Explorar o código

remove debug statement

Alexander Belanger %!s(int64=4) %!d(string=hai) anos
pai
achega
59879fe66e
Modificáronse 1 ficheiros con 0 adicións e 2 borrados
  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),