diff --git a/src/matches/match-events.gateway.ts b/src/matches/match-events.gateway.ts index 754b1cb1..d2e03475 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) {