diff --git a/wadsrc/static/zscript/doom/bossbrain.txt b/wadsrc/static/zscript/doom/bossbrain.txt index cb30e886b..b1aa901a3 100644 --- a/wadsrc/static/zscript/doom/bossbrain.txt +++ b/wadsrc/static/zscript/doom/bossbrain.txt @@ -189,7 +189,6 @@ extend class Actor void A_BrainDie() { - A_Log("A_BrainDie"); // [RH] If noexit, then don't end the level. if ((GetCVar("deathmatch") || GetCVar("alwaysapplydmflags")) && GetCVar("sv_noexit")) return;