From 8d9bcb8e03ca02906981d17035cbacf35b986bc3 Mon Sep 17 00:00:00 2001 From: Antonio Martinez Date: Sun, 18 May 2025 14:31:55 -0400 Subject: [PATCH] Remove debug print --- src/p_spec.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/p_spec.c b/src/p_spec.c index 34d93f10c..71c9d9ae4 100644 --- a/src/p_spec.c +++ b/src/p_spec.c @@ -2037,7 +2037,6 @@ static void K_HandleLapIncrement(player_t *player) if (G_TimeAttackStart() && !linecrossed) { linecrossed = leveltime; - CONS_Printf("ta start\n"); if (starttime > leveltime) // Overlong starts shouldn't reset time on cross { // Award some Amps for a fast start, to counterbalance Obvious Rainbow Driftboost