Remove unnecessary print functions.
This commit is contained in:
parent
d1244b41db
commit
28a754033e
3 changed files with 0 additions and 4 deletions
|
|
@ -155,7 +155,6 @@ class Bot(DefaultPlayer):
|
|||
a reset.
|
||||
|
||||
"""
|
||||
print("bot's at_server_shutdown called")
|
||||
for session in self.get_all_sessions():
|
||||
session.sessionhandler.disconnect(session)
|
||||
|
||||
|
|
@ -302,7 +301,6 @@ class RSSBot(Bot):
|
|||
Echo RSS input to connected channel
|
||||
|
||||
"""
|
||||
print("execute_cmd rss:", text)
|
||||
if not self.ndb.ev_channel and self.db.ev_channel:
|
||||
# cache channel lookup
|
||||
self.ndb.ev_channel = self.db.ev_channel
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue