X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/b31cc21d48f349a62a6dc74aef9d46a347fb4f0e..d595ad44e359460abafebfcb4146140a169312c5:/apps/search/index.py?ds=inline diff --git a/apps/search/index.py b/apps/search/index.py index 60e76a263..a6d5cf6eb 100644 --- a/apps/search/index.py +++ b/apps/search/index.py @@ -269,7 +269,6 @@ class ReusableIndex(Index): @staticmethod def close_reusable(): - import pdb; pdb.set_trace() if ReusableIndex.index is not None: for job in ReusableIndex.pool_jobs: job.wait()