Remove print in ducks.py

This commit is contained in:
jesopo 2018-08-31 12:56:31 +01:00
parent 9874f79b49
commit d6ee10c513

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