mirror of
https://github.com/gchq/CyberChef
synced 2025-12-05 23:53:27 +00:00
Remove console.log statement
This commit is contained in:
@@ -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: ";
|
||||
|
||||
Reference in New Issue
Block a user