mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-21 07:16:17 -04:00
Took out logging call. My bad.
This commit is contained in:
parent
9c5f06101e
commit
aa5939c051
1 changed files with 0 additions and 1 deletions
|
@ -248,7 +248,6 @@ const VBE = {
|
|||
runDecodeVBE: function (data, args) {
|
||||
let matcher = /#@~\^......==(.+)......==\^#~@/;
|
||||
let encodedData = matcher.exec(data);
|
||||
console.log(encodedData[1]);
|
||||
return VBE.decode(encodedData[1]);
|
||||
},
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue