X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/514e98aeae05045d0086aae39960124a572e646f..c9355cb6a53e0fa130ebe8458f9bcda3ef0c4a50:/lib/vstorage.py 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):