mirror of
https://github.com/gchq/CyberChef
synced 2024-11-14 08:37:07 +00:00
Remove deprecated code
This commit is contained in:
parent
bc82f590d4
commit
cd0aee7626
1 changed files with 0 additions and 1 deletions
|
@ -46,7 +46,6 @@ class FernetDecrypt extends Operation {
|
|||
*/
|
||||
run(input, args) {
|
||||
const [secretInput] = args;
|
||||
// const fernet = require("fernet");
|
||||
try {
|
||||
const secret = new fernet.Secret(secretInput);
|
||||
const token = new fernet.Token({
|
||||
|
|
Loading…
Reference in a new issue