From 624d9ca9dee7b894a3b89320ac11189c56fa01a1 Mon Sep 17 00:00:00 2001 From: Luke Policinski Date: Sat, 19 Sep 2026 09:22:26 -0400 Subject: [PATCH] bug: remove debug util line --- src/matches/match-events.gateway.ts | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/matches/match-events.gateway.ts b/src/matches/match-events.gateway.ts index 754b1cb15..d2e034758 100644 --- a/src/matches/match-events.gateway.ts +++ b/src/matches/match-events.gateway.ts @@ -117,10 +117,6 @@ export class MatchEventsGateway { const { data, event } = message.data; - this.logger.debug( - `[${matchId}] received game event ${event} (messageId=${messageId})`, - ); - const Processor = MatchEvents[event as keyof typeof MatchEvents]; if (!Processor) {