Remove test strtok print

This commit is contained in:
toaster 2022-09-16 23:13:54 +01:00 committed by GenericHeroGuy
parent 6a2553cf57
commit 78fb4df054

View file

@ -3546,7 +3546,6 @@ void readcupheader(MYFILE *f, cupheader_t *cup)
cup->levellist[cup->numlevels] = Z_StrDup(tmp);
cup->numlevels++;
CONS_Printf("tmp = %s\n", tmp);
} while((tmp = strtok(NULL,",")) != NULL);
}
else if (fastcmp(word, "BONUSGAME"))