remove debugging print statement

This commit is contained in:
Brian S. Stephan 2010-09-04 12:26:20 -05:00
parent 92281151ff
commit 8c1c10a4bc
1 changed files with 0 additions and 2 deletions

View File

@ -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;