summaryrefslogtreecommitdiff
path: root/lib/thandy/repository.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/thandy/repository.py')
-rw-r--r--lib/thandy/repository.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/thandy/repository.py b/lib/thandy/repository.py
index e5d94ff..3dc2864 100644
--- a/lib/thandy/repository.py
+++ b/lib/thandy/repository.py
@@ -321,7 +321,6 @@ class LocalRepository:
try:
f.load()
except OSError, e:
- print "need", f.getPath()
logging.info("Couldn't load %s: %s. Must fetch it.",
f.getPath(), e)
need.add(f.getRelativePath())