Smartling / api-sdk-python

SDK for integrating with the Smartling API. The Smartling API allows developers to upload language specific resource files and download the translations of those files for easy integration within their application.
http://docs.smartling.com
14 stars 17 forks source link

ApiResponse is printing response to output #10

Closed hanks42 closed 9 years ago

hanks42 commented 9 years ago

Line 47 of ApiResponse.py prints the response to output which seems like improper behavior. If the API client code wants to print things they have the response available to print the API shouldn't unexpectedly print here.

anatolija commented 9 years ago

Print is removed. Thank you for your feedback :)