From d455f57346a681938ce59240eb3fc2f38c57118e Mon Sep 17 00:00:00 2001 From: Christoph Oelckers Date: Tue, 1 Oct 2024 17:28:42 +0200 Subject: [PATCH] remove test code. --- src/gamedata/umapinfo.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/gamedata/umapinfo.cpp b/src/gamedata/umapinfo.cpp index 5582c29d41..e5de4fbecf 100644 --- a/src/gamedata/umapinfo.cpp +++ b/src/gamedata/umapinfo.cpp @@ -460,7 +460,6 @@ void CommitUMapinfo(level_info_t *defaultinfo) if (map.enteranim[0]) levelinfo->EnterAnim = map.enteranim; if (map.exitanim[0]) levelinfo->ExitAnim = map.exitanim; levelinfo->broken_id24_levelnum = map.id24_levelnum; - Printf("%s: id24 levelnum = %d\n", map.MapName.GetChars(), map.id24_levelnum); /* UMAPINFO's intermusic is for the text screen, not the summary. if (map.intermusic[0]) {