Forráskód Böngészése

remove debug statement

Alexander Belanger 4 éve
szülő
commit
59879fe66e
1 módosított fájl, 0 hozzáadás és 2 törlés
  1. 0 2
      api/client/api.go

+ 0 - 2
api/client/api.go

@@ -104,8 +104,6 @@ func (c *Client) postRequest(relPath string, data interface{}, response interfac
 		return nil
 	}
 
-	fmt.Println(string(strData))
-
 	req, err := http.NewRequest(
 		"POST",
 		fmt.Sprintf("%s%s", c.BaseURL, relPath),