mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-11-27 05:07:30 +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)
|
'lart, excuse, insult, praise.' % table)
|
||||||
return
|
return
|
||||||
cursor = self.db.cursor()
|
cursor = self.db.cursor()
|
||||||
print "%s %s" % (table, table+'s')
|
|
||||||
cursor.execute("""SELECT %s FROM %s WHERE id=%s""", table, table+'s',
|
cursor.execute("""SELECT %s FROM %s WHERE id=%s""", table, table+'s',
|
||||||
id)
|
id)
|
||||||
if cursor.rowcount == 0:
|
if cursor.rowcount == 0:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user