removed logs
This commit is contained in:
parent
f463c8ad2d
commit
727eb66aef
4 changed files with 2 additions and 8 deletions
|
|
@ -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")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue