mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-23 19:19:32 +01:00
Remove an extraneous print statement
This commit is contained in:
parent
24005d3df1
commit
b785cc220f
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user