mirror of
https://github.com/gchq/CyberChef
synced 2025-01-09 02:58:46 +00:00
Remove some comments
This commit is contained in:
parent
6d9a14feed
commit
aff0416405
1 changed files with 0 additions and 15 deletions
|
@ -204,7 +204,6 @@ class WorkerWaiter {
|
||||||
this.manager.output.updateOutputProgress(progress, inputNum);
|
this.manager.output.updateOutputProgress(progress, inputNum);
|
||||||
this.manager.output.updateOutputValue(data, inputNum);
|
this.manager.output.updateOutputValue(data, inputNum);
|
||||||
this.manager.output.updateOutputStatus("baked", inputNum);
|
this.manager.output.updateOutputStatus("baked", inputNum);
|
||||||
// this.manager.recipe.updateBreakpointIndicator(this.app.progress);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -303,20 +302,6 @@ class WorkerWaiter {
|
||||||
const msg = `Total: ${totalStr}<br>Time: ${durationStr}`;
|
const msg = `Total: ${totalStr}<br>Time: ${durationStr}`;
|
||||||
|
|
||||||
document.getElementById("bake-info").innerHTML = msg;
|
document.getElementById("bake-info").innerHTML = msg;
|
||||||
// look into changing this to something better
|
|
||||||
// for (let i = 0; i < this.outputs.length; i++) {
|
|
||||||
// if (this.outputs[i].data.error) {
|
|
||||||
// this.app.handleError(this.outputs[i].error);
|
|
||||||
// }
|
|
||||||
// }
|
|
||||||
|
|
||||||
// Should be a value for each input, not just one
|
|
||||||
// Get store the progress for every output
|
|
||||||
// When we run set(), update the breakpoint indicator then
|
|
||||||
// this.app.progress = this.outputs[0].data.progress;
|
|
||||||
// this.app.dish = this.outputs[0].data.dish;
|
|
||||||
// this.manager.recipe.updateBreakpointIndicator(this.app.progress);
|
|
||||||
// Don't need to update the output here as updateOutput() will take care of that
|
|
||||||
document.getElementById("bake").style.background = "";
|
document.getElementById("bake").style.background = "";
|
||||||
this.totalOutputs = 0; // Reset for next time
|
this.totalOutputs = 0; // Reset for next time
|
||||||
log.debug("--- Bake complete ---");
|
log.debug("--- Bake complete ---");
|
||||||
|
|
Loading…
Reference in a new issue