remove debug print that slipped in

This commit is contained in:
Adrian Sampson 2013-08-15 18:15:24 -07:00
parent 3757aec494
commit e91a08099d

View file

@ -1116,7 +1116,6 @@ class Transaction(object):
"""Execute an SQL statement with substitution values and return
the row ID of the last affected row.
"""
print statement, subvals
cursor = self.lib._connection().execute(statement, subvals)
plugins.send('database_change', lib=self.lib)
return cursor.lastrowid