Skip to content

Commit e91a080

Browse files
committed
remove debug print that slipped in
1 parent 3757aec commit e91a080

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

beets/library.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1116,7 +1116,6 @@ def mutate(self, statement, subvals=()):
11161116
"""Execute an SQL statement with substitution values and return
11171117
the row ID of the last affected row.
11181118
"""
1119-
print statement, subvals
11201119
cursor = self.lib._connection().execute(statement, subvals)
11211120
plugins.send('database_change', lib=self.lib)
11221121
return cursor.lastrowid

0 commit comments

Comments
 (0)