From f29aecb96d38341f8837a64a47c7dfbbd798ad42 Mon Sep 17 00:00:00 2001 From: Tag Date: Sun, 15 Jan 2023 16:08:01 -0800 Subject: [PATCH] Dont console log this in production --- package.nw/lib/roster/processRosterFiltering.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.nw/lib/roster/processRosterFiltering.js b/package.nw/lib/roster/processRosterFiltering.js index 4b9ff3b0..5e0364f8 100644 --- a/package.nw/lib/roster/processRosterFiltering.js +++ b/package.nw/lib/roster/processRosterFiltering.js @@ -35,7 +35,7 @@ function processRosterFiltering(callRoster, rosterSettings) if (!call || !call.match(CALLSIGN_REGEXP)) { - console.error(`Invalid Callsign ${call}`, entry) + // console.error(`Invalid Callsign ${call}`, entry) entry.tx = false continue; }