remove commented out code

This commit is contained in:
Francisco Schulz 2023-02-15 15:51:33 +01:00
parent 00b40c0632
commit ee99d76aab

View File

@ -15,8 +15,6 @@ from pyinfra.storage.storage import get_storage
PYINFRA_CONFIG = config.get_config()
IMAGE_CONFIG = Config(CONFIG_FILE)
# logging.getLogger().addHandler(logging.StreamHandler())
# logger = logging.getLogger(__name__)
logger.setLevel(PYINFRA_CONFIG.logging_level_root)