mirror of
https://github.com/gchq/CyberChef
synced 2026-01-19 17:04:00 +00:00
tidy up
This commit is contained in:
@@ -185,11 +185,8 @@ class Recipe {
|
||||
log.debug(`[*] Executing recipe of ${this.opList.length} operations, starting at ${startFrom}`);
|
||||
|
||||
for (let i = startFrom; i < this.opList.length; i++) {
|
||||
|
||||
op = this.opList[i];
|
||||
|
||||
log.debug(`[${i}] ${op.name} ${JSON.stringify(op.ingValues)}`);
|
||||
|
||||
if (op.disabled) {
|
||||
log.debug("Operation is disabled, skipping");
|
||||
continue;
|
||||
|
||||
@@ -8,8 +8,6 @@ import HTMLOperation from "./HTMLOperation";
|
||||
import Sortable from "sortablejs";
|
||||
import Utils from "../core/Utils";
|
||||
|
||||
/*eslint no-console: ["off"] */
|
||||
|
||||
|
||||
/**
|
||||
* Waiter to handle events related to the recipe.
|
||||
|
||||
Reference in New Issue
Block a user