From 341fdd8f49242d6dd4ac273135243f5e27be6289 Mon Sep 17 00:00:00 2001 From: jonathan vanasco Date: Wed, 1 Aug 2012 13:53:44 -0400 Subject: [PATCH] removed `print`s. dumb me --- twython/twython.py | 3 --- 1 file changed, 3 deletions(-) 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,