From f0d7ecb021161e67f1e20e86541292ada112f63f Mon Sep 17 00:00:00 2001 From: W3AXL <29879554+W3AXL@users.noreply.github.com> Date: Wed, 31 Jul 2024 19:17:47 -0400 Subject: [PATCH] removed individual RID lookup prints --- src/common/lookups/RadioIdLookup.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/common/lookups/RadioIdLookup.cpp b/src/common/lookups/RadioIdLookup.cpp index a9ece825..86797533 100644 --- a/src/common/lookups/RadioIdLookup.cpp +++ b/src/common/lookups/RadioIdLookup.cpp @@ -195,11 +195,11 @@ bool RadioIdLookup::load() } m_table[id] = RadioId(radioEnabled, false, alias, ipAddress); - if (alias != "") { + /*if (alias != "") { LogDebug(LOG_HOST, "Loaded RID %u (%s) into RID lookup table", id, parsed[2].c_str()); } else { LogDebug(LOG_HOST, "Loaded RID %u into RID lookup table", id); - } + }*/ } }