mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-03-01 01:05:06 +08:00
removed console log
This commit is contained in:
parent
79a3b3edb6
commit
bf4b62414c
1 changed files with 0 additions and 2 deletions
|
@ -1203,8 +1203,6 @@ $("#wordsInput").on("input", (event) => {
|
|||
}
|
||||
}
|
||||
|
||||
console.log(TestInput.input.current);
|
||||
|
||||
setWordsInput(" " + TestInput.input.current);
|
||||
updateUI();
|
||||
if (Config.tapeMode !== "off") {
|
||||
|
|
Loading…
Reference in a new issue