From b899f6803da3511d0658b14458b7b05f6743be6a Mon Sep 17 00:00:00 2001 From: =?utf8?q?=C5=81ukasz=20Rekucki?= Date: Fri, 12 Mar 2010 23:11:37 +0100 Subject: [PATCH] Removed faulty debug --- lib/vstorage.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/vstorage.py b/lib/vstorage.py index b23234ad..4c3cbade 100644 --- a/lib/vstorage.py +++ b/lib/vstorage.py @@ -143,8 +143,7 @@ class VersionedStorage(object): name = filename[len(self.repo_prefix):].strip('/') return urlunquote(name) - def __contains__(self, title): - print "Checking ", title + def __contains__(self, title): return urlquote(title) in self.repo.dirstate def __iter__(self): -- 2.20.1