Remove print in ducks.py
This commit is contained in:
parent
b7cf524e98
commit
6f2da2c40f
1 changed files with 0 additions and 2 deletions
|
@ -74,8 +74,6 @@ class Module(object):
|
||||||
if ducks_enabled == 1:
|
if ducks_enabled == 1:
|
||||||
channel.set_setting("active-duck", 0)
|
channel.set_setting("active-duck", 0)
|
||||||
|
|
||||||
print(self.duck_times)
|
|
||||||
|
|
||||||
def duck_time(self, channel):
|
def duck_time(self, channel):
|
||||||
if isinstance(channel, str):
|
if isinstance(channel, str):
|
||||||
channel_name = channel
|
channel_name = channel
|
||||||
|
|
Loading…
Reference in a new issue