mirror of
https://github.com/lnbits/lnbits.git
synced 2025-07-13 22:42:39 +02:00
remove debug print
This commit is contained in:
@ -72,7 +72,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:
|
||||
|
Reference in New Issue
Block a user