Merge branch 'pretty' of github.com:fnp/wolnelektury into pretty
authorRadek Czajka <radoslaw.czajka@nowoczesnapolska.org.pl>
Mon, 30 Jan 2012 11:45:28 +0000 (12:45 +0100)
committerRadek Czajka <radoslaw.czajka@nowoczesnapolska.org.pl>
Mon, 30 Jan 2012 11:45:28 +0000 (12:45 +0100)
Conflicts:
lib/librarian

apps/search/index.py
lib/librarian

index 0f69d07..6d97047 100644 (file)
@@ -323,7 +323,6 @@ class Index(BaseIndex):
         # get published date
         source = book_info.source_name
         match = self.published_date_re.search(source)
-        print("published date is %s %s" % (match, match is not None and match.groups()))
         if match is not None:
             fields["published_date"] = Field("published_date", str(match.groups()[0]), Field.Store.YES, Field.Index.NOT_ANALYZED)
 
@@ -617,7 +616,6 @@ class SearchResult(object):
 
         pd = stored.get("published_date")
         if pd is None:
-            print "published_date is none for book %d" % self.book_id
             pd = 0
         self.published_date = int(pd)
 
index 7fbb377..5f2702e 160000 (submodule)
@@ -1 +1 @@
-Subproject commit 7fbb37798608a6f119bb4724124378d683e3efd4
+Subproject commit 5f2702eda7a1b36f4d29658b5468b6b78745218c