From cd0aee7626a1767db60793041e46410747b15049 Mon Sep 17 00:00:00 2001 From: a3957273 <89583054+a3957273@users.noreply.github.com> Date: Thu, 22 Feb 2024 00:22:19 +0000 Subject: [PATCH] Remove deprecated code --- src/core/operations/FernetDecrypt.mjs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/core/operations/FernetDecrypt.mjs b/src/core/operations/FernetDecrypt.mjs index d68593d8..89edaebb 100644 --- a/src/core/operations/FernetDecrypt.mjs +++ b/src/core/operations/FernetDecrypt.mjs @@ -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({