mirror of
https://github.com/beetbox/beets.git
synced 2025-12-22 16:43:25 +01:00
remove debug print that slipped in
This commit is contained in:
parent
3757aec494
commit
e91a08099d
1 changed files with 0 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue