mirror of
https://github.com/soxoj/maigret.git
synced 2026-05-06 22:19:01 +00:00
Removed redundant logging
This commit is contained in:
@@ -4,7 +4,7 @@ Settings
|
|||||||
==============
|
==============
|
||||||
|
|
||||||
Options are also configurable through settings files. See
|
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.
|
for the list of currently supported options.
|
||||||
|
|
||||||
After start Maigret tries to load configuration from the following sources in exactly the same order:
|
After start Maigret tries to load configuration from the following sources in exactly the same order:
|
||||||
|
|||||||
@@ -54,9 +54,6 @@ class Settings:
|
|||||||
)
|
)
|
||||||
|
|
||||||
self.__dict__.update(data)
|
self.__dict__.update(data)
|
||||||
import logging
|
|
||||||
|
|
||||||
logging.error(data)
|
|
||||||
if data:
|
if data:
|
||||||
was_inited = True
|
was_inited = True
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user