remove debug

Signed-off-by: Nico Schottelius <nico@freiheit.schottelius.org>
This commit is contained in:
Nico Schottelius 2015-02-24 13:16:15 +01:00
parent ccc3c02466
commit 8cf14ebfc5
1 changed files with 0 additions and 3 deletions

View File

@ -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