aboutsummaryrefslogtreecommitdiffstats
path: root/libbe/utility.py
diff options
context:
space:
mode:
Diffstat (limited to 'libbe/utility.py')
-rw-r--r--libbe/utility.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/libbe/utility.py b/libbe/utility.py
index f156ce9..3f69a95 100644
--- a/libbe/utility.py
+++ b/libbe/utility.py
@@ -105,7 +105,6 @@ class Dir (object):
def __del__(self):
self.cleanup()
def cleanup(self):
- print "Removing", self.path
self.shutil.rmtree(self.path)
def __call__(self):
return self.path