summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lorrycontroller/confparser.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/lorrycontroller/confparser.py b/lorrycontroller/confparser.py
index d2f9402..39ac2e6 100644
--- a/lorrycontroller/confparser.py
+++ b/lorrycontroller/confparser.py
@@ -119,7 +119,6 @@ class LorryControllerConfig(object):
fullname = os.path.join(entry['prefix'], name)
if self.lorries.get(fullname, None) is not None:
self._give_up("Lorry repeated: %s" % fullname)
- logging.debug("[%r]=%r" % (fullname, content))
self.lorries[fullname] = content
except Exception, e:
logging.debug("Unable to parse %s, because of %s. Moving on" %