Remove debug code.
This commit is contained in:
parent
7023cd45d9
commit
2efbf7ec7e
1 changed files with 0 additions and 1 deletions
|
@ -201,7 +201,6 @@ class Module(object):
|
||||||
user = event["user"]
|
user = event["user"]
|
||||||
nick = user.nickname
|
nick = user.nickname
|
||||||
uid = user.get_id()
|
uid = user.get_id()
|
||||||
print(channel)
|
|
||||||
if self.is_duck_channel(channel) == False:
|
if self.is_duck_channel(channel) == False:
|
||||||
return
|
return
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue