Remove bot difficulty debug print

This commit is contained in:
AJ Martinez 2023-12-29 20:05:02 -07:00
parent b90004c1a8
commit a0e4c10f77

View file

@ -651,8 +651,6 @@ void K_IncreaseBotDifficulty(player_t *bot)
increase += rankNudge;
CONS_Printf("BD %d WD %d DD %d NUDGE %d (AR %d), for final increase of %d\n", beatenDelta, winnerDelta, disruptDelta, rankNudge, averageRank, increase);
if (increase <= 0)
{
// TYRON: We want to allow SMALL bot rank downs if a player gets rolled but still squeaks by.