aboutsummaryrefslogtreecommitdiff
path: root/webAO/packets
diff options
context:
space:
mode:
authorCaleb <caleb.mabry.15@cnu.edu>2022-08-25 21:34:47 -0400
committerCaleb <caleb.mabry.15@cnu.edu>2022-08-25 21:34:47 -0400
commita96a2b8c914e55f12d49b1287b445f89d32926ea (patch)
treee5137d75c3c886b620f7f5659cac7f9438f51a23 /webAO/packets
parent9bec7d0fba8c80284e260469ed3045e9dfdb5d79 (diff)
Removing unused imports
Diffstat (limited to 'webAO/packets')
-rw-r--r--webAO/packets/handlers/handleMS.ts1
1 files changed, 0 insertions, 1 deletions
diff --git a/webAO/packets/handlers/handleMS.ts b/webAO/packets/handlers/handleMS.ts
index f3554ca..0aad19a 100644
--- a/webAO/packets/handlers/handleMS.ts
+++ b/webAO/packets/handlers/handleMS.ts
@@ -6,7 +6,6 @@ import { prepChat, safeTags } from "../../encoding";
* @param {*} args packet arguments
*/
export const handleMS = (args: string[]) => {
- console.log(args)
// TODO: this if-statement might be a bug.
if (args[4] !== client.viewport.chatmsg.content) {
document.getElementById("client_inner_chat")!.innerHTML = "";