From 86fbd2844dc5f2d2d6c56e774b09d4573671c6f6 Mon Sep 17 00:00:00 2001 From: callebtc <93376500+callebtc@users.noreply.github.com> Date: Wed, 30 Nov 2022 16:29:29 +0100 Subject: [PATCH] remove debug print --- lnbits/commands.py | 1 - 1 file changed, 1 deletion(-) diff --git a/lnbits/commands.py b/lnbits/commands.py index 1e0a98a17..95b767ecd 100644 --- a/lnbits/commands.py +++ b/lnbits/commands.py @@ -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: