remove debug message

This was SVN commit r14427.
This commit is contained in:
sanderd17 2013-12-29 10:09:58 +00:00
parent cd125a94e2
commit 10e8fb9105

View file

@ -24,7 +24,6 @@ EndGameManager.prototype.Init = function()
EndGameManager.prototype.SetGameType = function(newGameType)
{
this.gameType = newGameType;
warn(this.gameType);
Engine.BroadcastMessage(MT_GameTypeChanged, {});
};