Removing extra debug statements.

This commit is contained in:
Marat Fayzullin 2023-09-05 00:32:15 -04:00
parent f996e49abd
commit 49343aa87b
1 changed files with 2 additions and 2 deletions

View File

@ -271,8 +271,8 @@ class EIBI(object):
(f not in result or dist < result[f][1])
)
# Warn if location not found
if dist == MAX_DISTANCE:
logger.debug("Location '{0}' for '{1}' not found!".format(src, entry["name"]))
# if dist == MAX_DISTANCE:
# logger.debug("Location '{0}' for '{1}' not found!".format(src, entry["name"]))
# Add entry to the result
if entryActive: