Removed redundant logging

This commit is contained in:
Soxoj
2021-11-07 18:52:56 +03:00
parent 1931877756
commit 1b9ce3bac7
2 changed files with 1 additions and 4 deletions
-3
View File
@@ -54,9 +54,6 @@ class Settings:
)
self.__dict__.update(data)
import logging
logging.error(data)
if data:
was_inited = True