aboutsummaryrefslogtreecommitdiff
path: root/steuermann/config.py
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2016-07-03 19:57:23 -0400
committerJoseph Hunkeler <jhunkeler@gmail.com>2016-07-03 19:57:23 -0400
commit7f7b4accd9e23ee0ad1fe3b950071fc91ee0edbb (patch)
tree18b7e283f8147bcac1268d8873271c8edeba0d43 /steuermann/config.py
parente0962f13a189e32dd0ff7f5837cc0be1150cf150 (diff)
downloadsteuermann-7f7b4accd9e23ee0ad1fe3b950071fc91ee0edbb.tar.gz
Remove debug output
Diffstat (limited to 'steuermann/config.py')
-rw-r--r--steuermann/config.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/steuermann/config.py b/steuermann/config.py
index bc71955..7f0aaf8 100644
--- a/steuermann/config.py
+++ b/steuermann/config.py
@@ -11,7 +11,6 @@ if not os.path.exists(config_dir):
try:
sys.path.insert(1, config_dir)
- print(sys.path)
import config
except ImportError:
# We don't care if this config does exist, we have further options to test