mirror of
https://github.com/beetbox/beets.git
synced 2026-05-22 00:15:31 -04:00
remove debug print that slipped in
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user