Skip to content

Commit 9229fe9

Browse files
author
jb30795
committed
Remove console.log statement
1 parent 488c458 commit 9229fe9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/core/operations/IPv6TransitionAddresses.mjs

-1
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,6 @@ class IPv6TransitionAddresses extends Operation {
126126
*/
127127
function macTransition(input) {
128128
let output = "";
129-
console.log(input);
130129
const MACPARTS = input.split(":");
131130
if (!args[1]) {
132131
output += "EUI-64 Interface ID: ";

0 commit comments

Comments
 (0)