mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-24 08:46:19 -04:00
Remove console.log statement
This commit is contained in:
parent
488c458720
commit
9229fe9ac7
1 changed files with 0 additions and 1 deletions
|
@ -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: ";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue