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:
parent
410bfcf866
commit
a09205f539
1 changed files with 0 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue