From 476d9c8034e7e80475ccbccf322044046df614cd Mon Sep 17 00:00:00 2001 From: j433866 Date: Wed, 29 May 2019 14:07:46 +0100 Subject: [PATCH] Remove unused parameter --- src/web/App.mjs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/web/App.mjs b/src/web/App.mjs index 055401e2..607cdb9c 100755 --- a/src/web/App.mjs +++ b/src/web/App.mjs @@ -193,9 +193,8 @@ class App { * Sets the user's input data. * * @param {string} input - The string to set the input to - * @param {boolean} [silent=false] - Suppress statechange event */ - setInput(input, silent=false) { + setInput(input) { // Assume that there aren't any inputs let inputNum = this.manager.input.getActiveTab(); if (inputNum === -1) inputNum = 1;