From: Ɓukasz Rekucki Date: Fri, 12 Mar 2010 22:11:37 +0000 (+0100) Subject: Removed faulty debug X-Git-Url: https://git.mdrn.pl/redakcja.git/commitdiff_plain/b899f6803da3511d0658b14458b7b05f6743be6a Removed faulty debug --- 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):