Skip to content

Commit c399d1c

Browse files
committed
Remove print statement
1 parent ad4b5af commit c399d1c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/commercetools/client.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,6 @@ def remote_http_call(data):
145145

146146
response = self._http_client.post(self._base_url + endpoint, **kwargs)
147147
if response.status_code in (200, 201):
148-
print(response.json())
149148
return response_schema_cls().load(response.json())
150149
return self._process_error(response)
151150

0 commit comments

Comments
 (0)