Remove hardcoded debug root logger setting (facepalm)

This commit is contained in:
nolash
2021-01-14 10:45:44 +01:00
parent ebbbd9f55f
commit 7bdfac61c3
2 changed files with 2 additions and 3 deletions

View File

@@ -2,7 +2,6 @@ import logging
import json
import os
logging.basicConfig(level=logging.DEBUG)
logg = logging.getLogger()
moddir = os.path.dirname(__file__)