Explorar o código

Merge pull request #1240 from porter-dev/master

remove debug statement -> staging
abelanger5 %!s(int64=4) %!d(string=hai) anos
pai
achega
152181cb75
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
 		return nil
 	}
 	}
 
 
-	fmt.Println(string(strData))
-
 	req, err := http.NewRequest(
 	req, err := http.NewRequest(
 		"POST",
 		"POST",
 		fmt.Sprintf("%s%s", c.BaseURL, relPath),
 		fmt.Sprintf("%s%s", c.BaseURL, relPath),