aboutsummaryrefslogtreecommitdiffstats
path: root/libbe/utility.py
diff options
context:
space:
mode:
authorW. Trevor King <wking@drexel.edu>2008-11-23 06:51:30 -0500
committerW. Trevor King <wking@drexel.edu>2008-11-23 06:51:30 -0500
commit9e0a846ff4fdaac45665e5a1e085aa37e3fa135b (patch)
tree45f9b590a6f239203993baf45ca59d003f5582f8 /libbe/utility.py
parent4a626e67b3f401b8e242a55571a802147123a196 (diff)
downloadbugseverywhere-9e0a846ff4fdaac45665e5a1e085aa37e3fa135b.tar.gz
Added archive/project init code for `./test_usage.sh arch`.
Also some minor cleanups.
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