Remove another fucking debug print, I'm going to hell

This commit is contained in:
AJ Martinez 2024-01-09 23:11:00 -07:00
parent b2c5502e09
commit 4771b4b0df

View file

@ -4644,7 +4644,6 @@ void K_ApplyTripWire(player_t *player, tripwirestate_t state)
if (player->hyudorotimer <= 0)
{
K_AddHitLag(player->mo, 10, false);
CONS_Printf("unstuck %d\n", player->tripwireUnstuck);
player->mo->hitlag -= min(player->mo->hitlag, player->tripwireUnstuck/4);
}