From 71dd15ab6bd917821eba6a51d4f83128a9c6f036 Mon Sep 17 00:00:00 2001 From: NepDisk Date: Sun, 29 Mar 2026 16:30:40 -0400 Subject: [PATCH] Remove debug print --- src/d_clisrv.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/d_clisrv.c b/src/d_clisrv.c index f5765a437..09fd87966 100644 --- a/src/d_clisrv.c +++ b/src/d_clisrv.c @@ -6036,7 +6036,6 @@ static void HandlePacketFromPlayer(SINT8 node) if (targetplayer == -1) continue; - CONS_Printf("receiving %s pk %s\n", GetPrettyRRID(lastChallengeAll, true), GetPrettyRRID(players[targetplayer].public_key, true)); if (crypto_eddsa_check(netbuffer->u.responseall.signature[responseplayer], players[targetplayer].public_key, lastChallengeAll, sizeof(lastChallengeAll))) { // Something scary can happen when multiple kicks that resolve to the same node are processed in quick succession.