From 30a0d6336b66f86d1e28e1ff12cb9e864a3017ef Mon Sep 17 00:00:00 2001 From: Ben Arc Date: Tue, 8 Mar 2022 22:29:13 +0000 Subject: [PATCH] removed print --- lnbits/decorators.py | 1 - 1 file changed, 1 deletion(-) diff --git a/lnbits/decorators.py b/lnbits/decorators.py index 37c29d3d..76cb8a54 100644 --- a/lnbits/decorators.py +++ b/lnbits/decorators.py @@ -168,7 +168,6 @@ async def require_admin_key( token = api_key_header if api_key_header else api_key_query wallet = await get_key_type(r, token) - print(wallet.__dict__) if wallet.wallet_type != 0: # If wallet type is not admin then return the unauthorized status