remove debugging print statement
This commit is contained in:
parent
92281151ff
commit
8c1c10a4bc
@ -94,8 +94,6 @@ class Dice(Module):
|
||||
reply += "; "
|
||||
if reply is not "":
|
||||
return self.reply(connection, replypath, nick + ': ' + reply)
|
||||
else:
|
||||
print(what.split(' ')[0])
|
||||
|
||||
# vi:tabstop=4:expandtab:autoindent
|
||||
# kate: indent-mode python;indent-width 4;replace-tabs on;
|
||||
|
Loading…
Reference in New Issue
Block a user