Merge pull request #210 from soxoj/settings-logging

Removed redundant logging
This commit is contained in:
soxoj
2021-11-07 18:53:35 +03:00
committed by GitHub
2 changed files with 1 additions and 4 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ Settings
==============
Options are also configurable through settings files. See
`settings.json <https://github.com/soxoj/maigret/blob/main/maigret/resources/settings.json>`
`settings JSON file <https://github.com/soxoj/maigret/blob/main/maigret/resources/settings.json>`_
for the list of currently supported options.
After start Maigret tries to load configuration from the following sources in exactly the same order:
-3
View File
@@ -54,9 +54,6 @@ class Settings:
)
self.__dict__.update(data)
import logging
logging.error(data)
if data:
was_inited = True