From 7f7b4accd9e23ee0ad1fe3b950071fc91ee0edbb Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Sun, 3 Jul 2016 19:57:23 -0400 Subject: Remove debug output --- steuermann/config.py | 1 - 1 file changed, 1 deletion(-) (limited to 'steuermann/config.py') 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 -- cgit