Removes debug print

This commit is contained in:
J 2019-09-23 13:17:37 +02:00
parent 55f9e400d3
commit 8c0b16b9e8
2 changed files with 1 additions and 1 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
.env

View File

@ -108,7 +108,6 @@ class ElasticSearchUtils:
es = Elasticsearch()
try:
res = es.search(config['elasticsearch-index'], config['elasticsearch-doc'], query)
print(query)
hits = DotMap(res).hits.total
if hits == DotMap():
hits = 0