removed logs

This commit is contained in:
benarc 2024-06-05 13:09:17 +01:00
parent f463c8ad2d
commit 727eb66aef
4 changed files with 2 additions and 8 deletions

View file

@ -5,7 +5,9 @@ from fastapi import APIRouter
from lnbits.db import Database
from lnbits.helpers import template_renderer
from lnbits.tasks import create_permanent_unique_task
from loguru import logger
logger.debug("This logged message is from myextension/__init__.py, you can debug in your extension using 'import logger from loguru' and 'logger.debug(<thing-to-log>)'.")
db = Database("ext_myextension")