0
0
Fork 0
mirror of https://git.do.srb2.org/KartKrew/Kart-Public.git synced 2025-03-26 04:41:09 +00:00

remove debug print

This commit is contained in:
Alug 2024-03-31 22:40:53 +02:00
parent 410bfcf866
commit a09205f539

View file

@ -36,8 +36,6 @@ void P_LinkSlopeThinkers (void)
size_t i;
thinker_t *th = dynthinklist;
CONS_Printf("Number of dynamic thinkers: %d\n", dynthinknum);
for (i = 0; i < dynthinknum; i++)
{
thinker_t *next = th->next;