mirror of
https://github.com/gchq/CyberChef
synced 2025-12-10 13:23:25 +00:00
Remove console.log statement
This commit is contained in:
@@ -126,7 +126,6 @@ class IPv6TransitionAddresses extends Operation {
|
|||||||
*/
|
*/
|
||||||
function macTransition(input) {
|
function macTransition(input) {
|
||||||
let output = "";
|
let output = "";
|
||||||
console.log(input);
|
|
||||||
const MACPARTS = input.split(":");
|
const MACPARTS = input.split(":");
|
||||||
if (!args[1]) {
|
if (!args[1]) {
|
||||||
output += "EUI-64 Interface ID: ";
|
output += "EUI-64 Interface ID: ";
|
||||||
|
|||||||
Reference in New Issue
Block a user