From: Harmon Date: Thu, 3 Feb 2022 22:59:15 +0000 (-0600) Subject: Remove debug function X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=a702325c3b1cac98e6ea7c5b19bbdd56f8745cc2;p=tweepy.git Remove debug function --- diff --git a/tweepy/__init__.py b/tweepy/__init__.py index 6744c86..10fe999 100644 --- a/tweepy/__init__.py +++ b/tweepy/__init__.py @@ -33,7 +33,3 @@ from tweepy.user import User # Global, unauthenticated instance of API api = API() - -def debug(enable=True, level=1): - from http.client import HTTPConnection - HTTPConnection.debuglevel = level