diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2016-07-03 19:57:23 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2016-07-03 19:57:23 -0400 |
commit | 7f7b4accd9e23ee0ad1fe3b950071fc91ee0edbb (patch) | |
tree | 18b7e283f8147bcac1268d8873271c8edeba0d43 /steuermann/config.py | |
parent | e0962f13a189e32dd0ff7f5837cc0be1150cf150 (diff) | |
download | steuermann-7f7b4accd9e23ee0ad1fe3b950071fc91ee0edbb.tar.gz |
Remove debug output
Diffstat (limited to 'steuermann/config.py')
-rw-r--r-- | steuermann/config.py | 1 |
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 |