From 1c1cff37e3710c64917ab391671620274263a256 Mon Sep 17 00:00:00 2001 From: Steven Armstrong Date: Fri, 14 Oct 2011 09:07:21 +0200 Subject: [PATCH] --debug Signed-off-by: Steven Armstrong --- lib/cdist/config_install.py | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/cdist/config_install.py b/lib/cdist/config_install.py index 0d051685..e4ac2dde 100644 --- a/lib/cdist/config_install.py +++ b/lib/cdist/config_install.py @@ -113,7 +113,6 @@ class ConfigInstall(object): for explorer in self.explorer.list_type_explorer_names(cdist_object.type): output = self.explorer.run_type_explorer(explorer, cdist_object) self.log.debug("Running type explorer '%s' for object '%s'", explorer, cdist_object.name) - print("run_type_explorers: %s = %s" % (explorer, output)) cdist_object.explorers[explorer] = output def object_prepare(self, cdist_object):