mirror of
https://github.com/nathom/streamrip.git
synced 2025-05-24 03:57:14 -04:00
Remove prints
This commit is contained in:
parent
ac00b4c1c8
commit
37e2a7e8c1
2 changed files with 1 additions and 2 deletions
|
@ -128,7 +128,6 @@ class Database:
|
|||
|
||||
with sqlite3.connect(self.path) as conn:
|
||||
logger.debug(command)
|
||||
print(command)
|
||||
conn.execute(command, tuple(items.values()))
|
||||
|
||||
def __iter__(self):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue