fnp
/
redakcja.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Unicode errors in filebrowser. Refs #372.
[redakcja.git]
/
lib
/
vstorage.py
diff --git
a/lib/vstorage.py
b/lib/vstorage.py
index
9710c7b
..
00f844a
100644
(file)
--- a/
lib/vstorage.py
+++ b/
lib/vstorage.py
@@
-265,7
+265,6
@@
class VersionedStorage(object):
def open_page(self, title):
if title not in self:
- print 'whatever', list(self.all_pages())
raise DocumentNotFound()
try: