removed a log
This commit is contained in:
parent
be729f046a
commit
6ed7e58d00
2 changed files with 9 additions and 16 deletions
|
@ -52,8 +52,6 @@ class Config(dict):
|
|||
self.observer.schedule(self.event_handler, path='.', recursive=False)
|
||||
self.observer.start()
|
||||
|
||||
self.logger.debug("Config reloader started.")
|
||||
|
||||
|
||||
class ConfigEventHandler(Trick):
|
||||
def __init__(self, config, *args, **kwargs):
|
||||
|
|
Reference in a new issue