From a702325c3b1cac98e6ea7c5b19bbdd56f8745cc2 Mon Sep 17 00:00:00 2001 From: Harmon Date: Thu, 3 Feb 2022 16:59:15 -0600 Subject: [PATCH] Remove debug function --- tweepy/__init__.py | 4 ---- 1 file changed, 4 deletions(-) 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 -- 2.25.1