diff options
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 |