1
0
mirror of synced 2025-02-20 04:01:08 +01:00

Remove console.log statement

This commit is contained in:
jb30795 2024-09-20 10:49:13 +01:00
parent 488c458720
commit 9229fe9ac7

View File

@ -126,7 +126,6 @@ class IPv6TransitionAddresses extends Operation {
*/
function macTransition(input) {
let output = "";
console.log(input);
const MACPARTS = input.split(":");
if (!args[1]) {
output += "EUI-64 Interface ID: ";