Remove test strtok print

This commit is contained in:
toaster 2022-09-16 23:13:54 +01:00
parent 04e5cfd338
commit 6bd29a51b1

View file

@ -3331,7 +3331,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"))