Remove print in ducks.py
This commit is contained in:
parent
9874f79b49
commit
d6ee10c513
1 changed files with 0 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue