X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/e5e8226c4d4bd610de5983e69b1b13684a17fe75..dac9a35e0d86c0ec50f33d69d73be5d7ae7ae7ef:/apps/pdcounter/models.py?ds=inline

diff --git a/apps/pdcounter/models.py b/apps/pdcounter/models.py
index 35cbe2999..50eb43e1f 100644
--- a/apps/pdcounter/models.py
+++ b/apps/pdcounter/models.py
@@ -92,7 +92,6 @@ if not settings.NO_SEARCH_INDEX:
     def update_index(sender, instance, **kwargs):
         import search
         print "update pd index %s [update %s]" % (instance, 'created' in kwargs)
-        search.JVM.attachCurrentThread()
         idx = search.Index()
         idx.open()
         try: