From 830500512516d363f5e3970864a47537c01d89b3 Mon Sep 17 00:00:00 2001
From: Christoph Oelckers <c.oelckers@zdoom.fake>
Date: Thu, 3 Nov 2016 13:39:51 +0100
Subject: [PATCH] - remove debug message.

---
 wadsrc/static/zscript/doom/bossbrain.txt | 1 -
 1 file changed, 1 deletion(-)

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;