Remove unnecessary print functions.
This commit is contained in:
parent
d1244b41db
commit
28a754033e
3 changed files with 0 additions and 4 deletions
|
|
@ -160,7 +160,6 @@ class IRCBot(irc.IRCClient, Session):
|
|||
reason (str): Motivation for the disconnect.
|
||||
|
||||
"""
|
||||
print("irc disconnect called!")
|
||||
self.sessionhandler.disconnect(self)
|
||||
self.stopping = True
|
||||
self.transport.loseConnection()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue