Remove debug print

This commit is contained in:
Eidolon 2025-10-06 19:15:05 -05:00
parent f692f5f9e7
commit 9e73292a67

View file

@ -14393,7 +14393,6 @@ void K_DappleEmployment(player_t *player)
player->preventfailsafe = TICRATE*3;
S_StopSoundByID(player->mo, sfx_s3k9b); // Avoid stumble crunch noise
}
CONS_Printf("ignoreAirtimeLeniency: %d JustWallBonked: %d\n", (player->ignoreAirtimeLeniency), JustWallBonked);
}
}