mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-03-14 07:54:41 +08:00
removed console log
This commit is contained in:
parent
f2dc18eeeb
commit
c770eb961c
1 changed files with 0 additions and 1 deletions
|
@ -154,7 +154,6 @@ class Corrected {
|
|||
pushHistory() {
|
||||
this.history.push(this.current);
|
||||
this.current = "";
|
||||
console.log(this.history);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue