Remove unused parameter

This commit is contained in:
j433866 2019-05-16 09:38:34 +01:00
parent 2ddb9b8f7c
commit d326cad611
1 changed files with 1 additions and 1 deletions

View File

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