remove rogue test-print

This commit is contained in:
Daniel Folkinshteyn 2010-03-08 14:47:27 -05:00
parent 9db1598a0e
commit d1c00ccbaf

View File

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