Skip to content

Commit

Permalink
remove dead code
Browse files Browse the repository at this point in the history
#25 evaluate queryset inside workers
  • Loading branch information
codekiln committed Aug 13, 2018
1 parent 8ae7aff commit 20a222d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion django_elastic_migrations/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
'This should be the python path to the elasticsearch client '
'to use for indexing.')

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

try:
es_client = loading.import_module_element(settings.DJANGO_ELASTIC_MIGRATIONS_ES_CLIENT)
Expand Down

0 comments on commit 20a222d

Please sign in to comment.