trace point
authorMarcin Koziej <marcin.koziej@nowoczesnapolska.org.pl>
Thu, 27 Oct 2011 14:17:10 +0000 (16:17 +0200)
committerMarcin Koziej <marcin.koziej@nowoczesnapolska.org.pl>
Tue, 15 Nov 2011 13:24:21 +0000 (14:24 +0100)
apps/search/index.py

index 60e76a2..a6d5cf6 100644 (file)
@@ -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()