From 3f4e374911cddabe18acfb54c9fcf015733dd44b Mon Sep 17 00:00:00 2001 From: fumieval Date: Sun, 3 Jun 2012 18:43:09 +0900 Subject: [PATCH] fixed the mistake that prints proxies to console for debugging. --- twython/twython.py | 1 - 1 file changed, 1 deletion(-) diff --git a/twython/twython.py b/twython/twython.py index 2f8609e..ebc6078 100644 --- a/twython/twython.py +++ b/twython/twython.py @@ -162,7 +162,6 @@ class Twython(object): if self.client is None: # If they don't do authentication, but still want to request # unprotected resources, we need an opener. - print proxies self.client = requests.session(proxies=proxies) # register available funcs to allow listing name when debugging.