Removes innecessary logger.debug info

This commit is contained in:
J 2019-09-23 13:53:56 +02:00
parent 69f905e996
commit 1807c052df

View File

@ -112,7 +112,6 @@ class ElasticSearchUtils:
if hits == DotMap():
hits = 0
res = (hits > 0)
logger.debug("Found in ES: {}".format(hits))
except Exception as e:
logger.debug(e)