diff --git a/twython/twython.py b/twython/twython.py index aa1126a..7ced06f 100644 --- a/twython/twython.py +++ b/twython/twython.py @@ -175,9 +175,6 @@ class Twython(object): response = func(url, data=params, files=files) content = response.content.decode('utf-8') - print response - print response.__dict__ - # create stash for last function intel self._last_call = { 'api_call': api_call,