From 8cf14ebfc5255f9592aa0c9cf1c699ecc58079e0 Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Tue, 24 Feb 2015 13:16:15 +0100 Subject: [PATCH] remove debug Signed-off-by: Nico Schottelius --- cdist/exec/local.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/cdist/exec/local.py b/cdist/exec/local.py index 3571c71b..7a69ed92 100644 --- a/cdist/exec/local.py +++ b/cdist/exec/local.py @@ -143,9 +143,6 @@ class Local(object): with open(self.object_marker_file, 'w') as fd: fd.write("%s\n" % self.object_marker_name) - print("%s %s\n" % (self.object_marker_file, self.object_marker_name)) - - def _init_cache_dir(self, cache_dir): if cache_dir: self.cache_path = cache_dir