mirror of
https://github.com/nttgin/BGPalerter.git
synced 2024-05-19 06:50:08 +00:00
removed debug log
This commit is contained in:
@@ -74,7 +74,6 @@ const ip = {
|
||||
},
|
||||
|
||||
isSubnetBinary: (prefixContainer, prefixContained) => {
|
||||
console.log(prefixContainer, prefixContained);
|
||||
return prefixContained != prefixContainer && prefixContained.startsWith(prefixContainer);
|
||||
},
|
||||
|
||||
|
Reference in New Issue
Block a user