Skip to content

Commit 20a222d

Browse files
committed
remove dead code
#25 evaluate queryset inside workers
1 parent 8ae7aff commit 20a222d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

django_elastic_migrations/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@
2525
'This should be the python path to the elasticsearch client '
2626
'to use for indexing.')
2727

28-
# logger.debug("using DJANGO_ELASTIC_MIGRATIONS_ES_CLIENT = {}".format(settings.DJANGO_ELASTIC_MIGRATIONS_ES_CLIENT))
2928

3029
try:
3130
es_client = loading.import_module_element(settings.DJANGO_ELASTIC_MIGRATIONS_ES_CLIENT)

0 commit comments

Comments
 (0)