Skip to content

Commit 4b9f054

Browse files
committed
remove debug code
1 parent 1bfc8de commit 4b9f054

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/client/scripts/Chat.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,6 @@ class Chat {
55
this.listen();
66
this.history = [""];
77
this.histState = 0;
8-
$(".com_i").on("input", () => {
9-
this.history[this.history.length - 1] = $(".com_i").val();
10-
console.log(this.history);
11-
});
12-
return;
138
}
149

1510
chatGoBack() {

0 commit comments

Comments
 (0)