Skip to content

Commit

Permalink
removed individual RID lookup prints
Browse files Browse the repository at this point in the history
  • Loading branch information
W3AXL committed Jul 31, 2024
1 parent d2ce58b commit f0d7ecb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/common/lookups/RadioIdLookup.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
}*/
}
}

Expand Down

0 comments on commit f0d7ecb

Please sign in to comment.