Podpisywanie, kto wykonał daną zmianę. Usunięcie print, które zapodziały się w kodzie.
[redakcja.git] / lib / vstorage.py
index 9710c7b..00f844a 100644 (file)
@@ -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: