kopia lustrzana https://gitlab.com/gridtracker.org/gridtracker
Dont console log this in production
rodzic
97239d04ec
commit
f29aecb96d
|
@ -35,7 +35,7 @@ function processRosterFiltering(callRoster, rosterSettings)
|
||||||
|
|
||||||
if (!call || !call.match(CALLSIGN_REGEXP))
|
if (!call || !call.match(CALLSIGN_REGEXP))
|
||||||
{
|
{
|
||||||
console.error(`Invalid Callsign ${call}`, entry)
|
// console.error(`Invalid Callsign ${call}`, entry)
|
||||||
entry.tx = false
|
entry.tx = false
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
Ładowanie…
Reference in New Issue