diff options
author | Evgeny Zinoviev <me@ch1p.io> | 2022-06-01 00:11:30 +0300 |
---|---|---|
committer | Evgeny Zinoviev <me@ch1p.io> | 2022-06-01 00:11:33 +0300 |
commit | 9c274be432233984b0c911d2ca043ea9b7095b85 (patch) | |
tree | e828d1ba60bb949d71076c921c4b036e2e2154d6 /src/home | |
parent | 0947a81e7ae1dc2ff986a1e116541098d65ebbb3 (diff) |
config: delete obsolete debugging stuff
Diffstat (limited to 'src/home')
-rw-r--r-- | src/home/config/config.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/home/config/config.py b/src/home/config/config.py index 0c09f6e..af1c772 100644 --- a/src/home/config/config.py +++ b/src/home/config/config.py @@ -84,7 +84,6 @@ class ConfigStore: elif path.endswith('.yaml'): with open(path, 'r') as fd: self.data = yaml.safe_load(fd) - print('loaded yaml config:', self.data) if 'logging' in self: if not log_file and 'file' in self['logging']: |