forked from ungleich-public/cdist
remove debug
Signed-off-by: Nico Schottelius <nico@freiheit.schottelius.org>
This commit is contained in:
parent
ccc3c02466
commit
8cf14ebfc5
1 changed files with 0 additions and 3 deletions
|
@ -143,9 +143,6 @@ class Local(object):
|
||||||
with open(self.object_marker_file, 'w') as fd:
|
with open(self.object_marker_file, 'w') as fd:
|
||||||
fd.write("%s\n" % self.object_marker_name)
|
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):
|
def _init_cache_dir(self, cache_dir):
|
||||||
if cache_dir:
|
if cache_dir:
|
||||||
self.cache_path = cache_dir
|
self.cache_path = cache_dir
|
||||||
|
|
Loading…
Reference in a new issue