removed console log

This commit is contained in:
Jack 2021-03-29 00:46:53 +01:00
parent f2dc18eeeb
commit c770eb961c

View file

@ -154,7 +154,6 @@ class Corrected {
pushHistory() {
this.history.push(this.current);
this.current = "";
console.log(this.history);
}
}