diff --git a/src/js/test/test-logic.js b/src/js/test/test-logic.js index bc162f48e..c980ab083 100644 --- a/src/js/test/test-logic.js +++ b/src/js/test/test-logic.js @@ -485,7 +485,6 @@ export async function init() { (!Config.punctuation && randomWord == "I") || randomWord.indexOf(" ") > -1 ) { - console.log("rerandomising"); randomWord = wordset[Math.floor(Math.random() * wordset.length)]; } }