From d58a31bc583352c04d970e0e3d64e531f14af4da Mon Sep 17 00:00:00 2001 From: Chris Johns Date: Wed, 13 Feb 2013 11:39:28 +1100 Subject: [PATCH] Remove debug print from the config parsing. --- source-builder/sb/config.py | 1 - 1 file changed, 1 deletion(-) diff --git a/source-builder/sb/config.py b/source-builder/sb/config.py index b18a646..b6ed5fd 100644 --- a/source-builder/sb/config.py +++ b/source-builder/sb/config.py @@ -747,7 +747,6 @@ class file: configdirs = self.define('_configdir').split(':') for cp in configdirs: configname = path.join(path.abspath(cp), cfgname) - print configname if path.exists(configname): break configname = None