aboutsummaryrefslogtreecommitdiff
path: root/modules/ducks.py
diff options
context:
space:
mode:
authorGravatar jesopo2018-08-31 12:56:31 +0100
committerGravatar jesopo2018-08-31 12:56:31 +0100
commitd6ee10c5137fb96bb2de55a17e524f4b8c4b0d08 (patch)
tree8d5aa9f2a0d12bad68f09045be7a3da6c42dddd8 /modules/ducks.py
parentGive modules event objects with "context"s, to facilitate purging all the event (diff)
Remove print in ducks.py
Diffstat (limited to 'modules/ducks.py')
-rw-r--r--modules/ducks.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/modules/ducks.py b/modules/ducks.py
index d67c2608..355abfd9 100644
--- a/modules/ducks.py
+++ b/modules/ducks.py
@@ -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