From d326cad611545c3c7553748ffb857f7f485a6fda Mon Sep 17 00:00:00 2001 From: j433866 Date: Thu, 16 May 2019 09:38:34 +0100 Subject: [PATCH] Remove unused parameter --- src/web/App.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/web/App.mjs b/src/web/App.mjs index fd872aa5..9f1640e7 100755 --- a/src/web/App.mjs +++ b/src/web/App.mjs @@ -124,7 +124,7 @@ class App { * @param {boolean} [step] - Set to true if we should only execute one operation instead of the * whole recipe. */ - bake(step=false, input) { + bake(step=false) { if (this.baking) return; // Reset attemptHighlight flag