mirror of
https://github.com/TeamPGM/pyrogram.git
synced 2024-11-16 20:59:29 +00:00
Temporarily remove the debug feature
This commit is contained in:
parent
02ec86f4b2
commit
58952a7d98
@ -316,15 +316,6 @@ class Client:
|
||||
if self.is_started:
|
||||
raise ConnectionError("Client has already been started")
|
||||
|
||||
logging.basicConfig(
|
||||
format=LOG_FORMAT,
|
||||
datefmt="%Y-%m-%d %H:%M:%S",
|
||||
stream=sys.stdout
|
||||
)
|
||||
|
||||
if debug:
|
||||
logging.getLogger().setLevel(logging.INFO)
|
||||
|
||||
if self.BOT_TOKEN_RE.match(self.session_name):
|
||||
self.token = self.session_name
|
||||
self.session_name = self.session_name.split(":")[0]
|
||||
|
Loading…
Reference in New Issue
Block a user