diff options
author | 2018-07-05 16:52:48 +0200 | |
---|---|---|
committer | 2018-07-05 16:52:48 +0200 | |
commit | 400d163bf581de2c3aee26aceebb9af470d8e54a (patch) | |
tree | eda2369c7c26c2e090b83c695a646656b147744a /config.py | |
parent | install dockker in the ci image (diff) |
remove excessive logging and attempt getting stacktrace
Diffstat (limited to '')
-rw-r--r-- | config.py | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -19,7 +19,8 @@ def autodiscover(): continue except Exception: - print(traceback.format_exc()) + pass + #print(traceback.format_exc()) return '127.0.0.1' |