From d6629708835bfb6b26d12cbb345a261601a6cb88 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Wed, 26 May 2010 13:23:42 -0600 Subject: [PATCH] ... --- src/calibre/library/server/opds.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/calibre/library/server/opds.py b/src/calibre/library/server/opds.py index 088fb09a77..86fae8bae8 100644 --- a/src/calibre/library/server/opds.py +++ b/src/calibre/library/server/opds.py @@ -274,7 +274,6 @@ class OPDSServer(object): max_items = self.opts.max_opds_items offsets = OPDSOffsets(offset, max_items, len(items)) items = items[offsets.offset:offsets.offset+max_items] - print 111, (len(items)) return str(AcquisitionFeed(self.db.last_modified(), id_, items, offsets, page_url, up_url, version, self.db.FIELD_MAP))