Remove debug function
authorHarmon <Harmon758@gmail.com>
Thu, 3 Feb 2022 22:59:15 +0000 (16:59 -0600)
committerHarmon <Harmon758@gmail.com>
Thu, 3 Feb 2022 23:00:57 +0000 (17:00 -0600)
tweepy/__init__.py

index 6744c86f2a9d32fcaf234073957549ce6c3137d5..10fe9991e5faf6d6af4eada19831032504f1a874 100644 (file)
@@ -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