Remove deprecated code

This commit is contained in:
a3957273 2024-02-22 00:22:19 +00:00
parent bc82f590d4
commit cd0aee7626
1 changed files with 0 additions and 1 deletions

View File

@ -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({