From 2335f7926128d18f21d1ee9bd6b5efd578815877 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 89739076..a519405a 100644 --- a/lnbits/commands.py +++ b/lnbits/commands.py @@ -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: