From 10e8fb9105f5d87a229dfcb437bef40f9b07fc97 Mon Sep 17 00:00:00 2001 From: sanderd17 Date: Sun, 29 Dec 2013 10:09:58 +0000 Subject: [PATCH] remove debug message This was SVN commit r14427. --- .../data/mods/public/simulation/components/EndGameManager.js | 1 - 1 file changed, 1 deletion(-) diff --git a/binaries/data/mods/public/simulation/components/EndGameManager.js b/binaries/data/mods/public/simulation/components/EndGameManager.js index c8624a3a07..aa3afaed8e 100644 --- a/binaries/data/mods/public/simulation/components/EndGameManager.js +++ b/binaries/data/mods/public/simulation/components/EndGameManager.js @@ -24,7 +24,6 @@ EndGameManager.prototype.Init = function() EndGameManager.prototype.SetGameType = function(newGameType) { this.gameType = newGameType; - warn(this.gameType); Engine.BroadcastMessage(MT_GameTypeChanged, {}); };