X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/1bae026e15a391213f57020fa0aab71840b052ff..e6a1a3ab1503f9e1d35aefc461d2c5477eb7c560:/apps/search/custom.py diff --git a/apps/search/custom.py b/apps/search/custom.py index 924a10ec6..dcb55eb44 100644 --- a/apps/search/custom.py +++ b/apps/search/custom.py @@ -179,7 +179,6 @@ class CustomSolrInterface(sunburnt.SolrInterface): snip = text[start:end] matches.sort(lambda a, b: cmp(b[0], a[0])) - print matches for (s, e) in matches: off = - start