Remove print in ducks.py

This commit is contained in:
jesopo 2018-08-31 12:56:31 +01:00 committed by dongfix
parent b7cf524e98
commit 6f2da2c40f

View file

@ -74,8 +74,6 @@ class Module(object):
if ducks_enabled == 1:
channel.set_setting("active-duck", 0)
print(self.duck_times)
def duck_time(self, channel):
if isinstance(channel, str):
channel_name = channel