From dbe96d32f29ec6d0ed22a5459c1e9c1c5ecc529c Mon Sep 17 00:00:00 2001 From: Madeline <46743919+MaddyUnderStars@users.noreply.github.com> Date: Wed, 13 Jul 2022 20:34:02 +1000 Subject: Remove a console log from the maddyrtc branch --- gateway/src/opcodes/Identify.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/gateway/src/opcodes/Identify.ts b/gateway/src/opcodes/Identify.ts index becc6e9a..301f714d 100644 --- a/gateway/src/opcodes/Identify.ts +++ b/gateway/src/opcodes/Identify.ts @@ -34,8 +34,6 @@ import { Recipient } from "@fosscord/util"; // TODO: check if already identified export async function onIdentify(this: WebSocket, data: Payload) { - console.log(data); - clearTimeout(this.readyTimeout); if (typeof data.d?.client_state?.highest_last_message_id === "number") data.d.client_state.highest_last_message_id += ""; -- cgit 1.4.1