aboutsummaryrefslogtreecommitdiffstats
path: root/config.py
diff options
context:
space:
mode:
authorGravatar Christopher Baklid <[email protected]>2018-07-05 16:52:48 +0200
committerGravatar Christopher Baklid <[email protected]>2018-07-05 16:52:48 +0200
commit400d163bf581de2c3aee26aceebb9af470d8e54a (patch)
treeeda2369c7c26c2e090b83c695a646656b147744a /config.py
parentinstall dockker in the ci image (diff)
remove excessive logging and attempt getting stacktrace
Diffstat (limited to 'config.py')
-rw-r--r--config.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/config.py b/config.py
index c32f79d..7214318 100644
--- a/config.py
+++ b/config.py
@@ -19,7 +19,8 @@ def autodiscover():
continue
except Exception:
- print(traceback.format_exc())
+ pass
+ #print(traceback.format_exc())
return '127.0.0.1'