From 03ec38c4683ef968afd58deaa0efc000ca1c02f1 Mon Sep 17 00:00:00 2001 From: Tomas Touceda Date: Thu, 11 Apr 2013 10:12:34 -0300 Subject: Remove unneeded debug print --- lib/thandy/repository.py | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/thandy/repository.py b/lib/thandy/repository.py index 1b9f6f2..c017dfd 100644 --- a/lib/thandy/repository.py +++ b/lib/thandy/repository.py @@ -563,7 +563,6 @@ class LocalRepository: h_expected = thandy.formats.parseHash(h) hashDict[rp] = h_expected if len(f) > 3: - print "N"*10, f[3] lengthDict[rp] = f[3] fn = self.getFilename(rp) try: -- cgit v1.2.3