diff --git a/src/ws/proxy/shard.ts b/src/ws/proxy/shard.ts index 64e5b1e0e..41b8da7db 100644 --- a/src/ws/proxy/shard.ts +++ b/src/ws/proxy/shard.ts @@ -279,10 +279,6 @@ export async function handleDiscordPayload( data: DiscordPayload, shardID: number, ) { - // TODO: Log that this is happening - // eventHandlers.raw?.(data); - // await eventHandlers.dispatchRequirements?.(data, shardID); - await fetch(ws.url, { method: "post", body: JSON.stringify({