mirror of
https://github.com/lnbits/lnbits-legend.git
synced 2025-03-15 12:20:21 +01:00
remove debug print
This commit is contained in:
parent
8dc4e5faff
commit
86fbd2844d
1 changed files with 0 additions and 1 deletions
|
@ -76,7 +76,6 @@ async def migrate_databases():
|
|||
version = int(match.group(1))
|
||||
if version > current_versions.get(db_name, 0):
|
||||
logger.debug(f"running migration {db_name}.{version}")
|
||||
logger.debug(f"db = {db}")
|
||||
await migrate(db)
|
||||
|
||||
if db.schema == None:
|
||||
|
|
Loading…
Add table
Reference in a new issue