From: RouxRC Date: Mon, 25 Aug 2014 00:44:24 +0000 (+0200) Subject: Remove printed headers of all oauth2 queries X-Git-Tag: twitter-1.15.0~2 X-Git-Url: https://jfr.im/git/z_archive/twitter.git/commitdiff_plain/3444da935d0a69fa4c5cbc860f16dc27b0ee7f8b Remove printed headers of all oauth2 queries probably a debug committed by mistake in c2176d4e0365bb0764ff6962721053acaa1d1e39 see: https://github.com/sixohsix/twitter/commit/c2176d4e0365bb0764ff6962721053acaa1d1e39#diff-a11ddfeffc90fdbedb3d54d02a53bae8L63 --- diff --git a/twitter/oauth2.py b/twitter/oauth2.py index 9b4d846..c502747 100644 --- a/twitter/oauth2.py +++ b/twitter/oauth2.py @@ -88,7 +88,6 @@ class OAuth2(Auth): ).decode('utf8') ).encode('utf8') } - print(headers) return headers