From: Marcin Koziej Date: Thu, 27 Oct 2011 14:17:10 +0000 (+0200) Subject: trace point X-Git-Url: https://git.mdrn.pl/wolnelektury.git/commitdiff_plain/d595ad44e359460abafebfcb4146140a169312c5?ds=sidebyside;hp=-c trace point --- d595ad44e359460abafebfcb4146140a169312c5 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()