]> jfr.im git - erebus.git/blobdiff - modules/foo.py
remove accidental print
[erebus.git] / modules / foo.py
index fbcb38c3003b35dbb2694cc67692ff1862e1a85c..f2a394a920b36a9afe650aad4374bbddfa1a01fd 100644 (file)
@@ -19,8 +19,6 @@ modstop = lib.modstop
 # module code
 @lib.hook('test', needchan=False)
 def cmd_gtest(bot, user, chan, realtarget, *args):
-       print type(chan), repr(chan), str(chan)
-
        if chan is not None: replyto = chan
        else: replyto = user