From b785cc220f6753733fe2d32464580a1ace1d4b89 Mon Sep 17 00:00:00 2001 From: James Vega Date: Fri, 22 Aug 2003 05:40:36 +0000 Subject: [PATCH] Remove an extraneous print statement --- plugins/FunDB.py | 1 - 1 file changed, 1 deletion(-) diff --git a/plugins/FunDB.py b/plugins/FunDB.py index 893a4d625..e2a21a727 100755 --- a/plugins/FunDB.py +++ b/plugins/FunDB.py @@ -310,7 +310,6 @@ class FunDB(callbacks.Privmsg): 'lart, excuse, insult, praise.' % table) return cursor = self.db.cursor() - print "%s %s" % (table, table+'s') cursor.execute("""SELECT %s FROM %s WHERE id=%s""", table, table+'s', id) if cursor.rowcount == 0: