diff --git a/beets/library.py b/beets/library.py index f202fce40..439df774e 100644 --- a/beets/library.py +++ b/beets/library.py @@ -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