Skip to content

Commit

Permalink
Remove debug function
Browse files Browse the repository at this point in the history
  • Loading branch information
Harmon758 committed Feb 3, 2022
1 parent 9eab3a0 commit a702325
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tweepy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,3 @@

# Global, unauthenticated instance of API
api = API()

def debug(enable=True, level=1):
from http.client import HTTPConnection
HTTPConnection.debuglevel = level

0 comments on commit a702325

Please sign in to comment.