From ffb9b20e6675a618694fb160c72df285f2666be8 Mon Sep 17 00:00:00 2001 From: Marcin Koziej Date: Mon, 30 Jan 2012 10:33:58 +0100 Subject: [PATCH] librarian bump with proper merge --- apps/search/index.py | 2 -- lib/librarian | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/apps/search/index.py b/apps/search/index.py index 0f69d0725..6d97047a0 100644 --- a/apps/search/index.py +++ b/apps/search/index.py @@ -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) diff --git a/lib/librarian b/lib/librarian index 30d14a324..5f2702eda 160000 --- a/lib/librarian +++ b/lib/librarian @@ -1 +1 @@ -Subproject commit 30d14a324bb0e8a99c54cbceea01476e59748b33 +Subproject commit 5f2702eda7a1b36f4d29658b5468b6b78745218c -- 2.20.1