From 78fb4df0545e4c1c7307ec2cc2dbba0811702ed1 Mon Sep 17 00:00:00 2001 From: toaster Date: Fri, 16 Sep 2022 23:13:54 +0100 Subject: [PATCH] Remove test strtok print --- src/deh_soc.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/deh_soc.c b/src/deh_soc.c index 4223b1733..923e7b448 100644 --- a/src/deh_soc.c +++ b/src/deh_soc.c @@ -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"))