mirror of
https://github.com/gchq/CyberChef.git
synced 2024-11-02 06:01:02 +01:00
Took out logging call. My bad.
This commit is contained in:
parent
9c5f06101e
commit
aa5939c051
@ -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…
Reference in New Issue
Block a user