Răsfoiți Sursa

Merge pull request #1240 from porter-dev/master

remove debug statement -> staging
abelanger5 4 ani în urmă
părinte
comite
152181cb75
1 a modificat fișierele cu 0 adăugiri și 2 ștergeri
  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),