remove rogue test-print

This commit is contained in:
Daniel Folkinshteyn 2010-03-08 14:47:27 -05:00 committed by Valentin Lorentz
parent 7351ec1702
commit 34f8557cfd

View File

@ -186,7 +186,6 @@ class Factoids(callbacks.Plugin, plugins.ChannelDBHandler):
def _replyFactoids(self, irc, msg, key, channel, factoids,
number=0, error=True):
if factoids:
print factoids
if number:
try:
irc.reply(factoids[number-1][0])