Remove rouge debug loglevel specifier

This commit is contained in:
nolash
2021-01-14 11:11:25 +01:00
parent 468dd65462
commit b4bd0c248f
3 changed files with 3 additions and 3 deletions

View File

@@ -17,7 +17,6 @@ from crypto_dev_signer.common import strip_hex_prefix
from . import keyapi
from crypto_dev_signer.error import UnknownAccountError
logging.basicConfig(level=logging.DEBUG)
logg = logging.getLogger(__file__)