From 49343aa87b13e675187b3b58de5752dfee763d1f Mon Sep 17 00:00:00 2001 From: Marat Fayzullin Date: Tue, 5 Sep 2023 00:32:15 -0400 Subject: [PATCH] Removing extra debug statements. --- owrx/eibi.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/owrx/eibi.py b/owrx/eibi.py index 6900d568..b3d6467d 100644 --- a/owrx/eibi.py +++ b/owrx/eibi.py @@ -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: