From 6f38c4c27de122fab26c603a451ad176eb08735e Mon Sep 17 00:00:00 2001 From: Erik Scheffers Date: Tue, 18 Jan 2011 22:20:54 +0800 Subject: [PATCH] Removed debugging print statement --- twython/twython.py | 1 - 1 file changed, 1 deletion(-) diff --git a/twython/twython.py b/twython/twython.py index 2f9428a..28ab4af 100644 --- a/twython/twython.py +++ b/twython/twython.py @@ -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):