Remove console.error
This commit is contained in:
parent
3335832029
commit
39b68b69ef
@ -20,7 +20,7 @@ function checkIPRange(ip, ipSpace) {
|
||||
return true;
|
||||
}
|
||||
} else {
|
||||
console.error("Invalid ipSpace: ", ipSpace);
|
||||
throw new Error(`Invalid ipSpace: ${ipSpace}`);
|
||||
}
|
||||
return false;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user