Removed debugging print statement

This commit is contained in:
Erik Scheffers 2011-01-18 22:20:54 +08:00 committed by Ryan McGrath
parent 0737c12449
commit 6f38c4c27d

View file

@ -219,7 +219,6 @@ class Twython(object):
request_tokens['auth_url'] = self.authenticate_url + '?' + urllib.urlencode(auth_url_params)
print request_tokens
return request_tokens
def get_authorized_tokens(self):