removed prints. dumb me

This commit is contained in:
jonathan vanasco 2012-08-01 13:53:44 -04:00
parent 9d21865409
commit 341fdd8f49

View file

@ -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,