Killed a bunch of logging statements

This commit is contained in:
alzeih
2010-03-18 19:50:11 +13:00
parent ec54448994
commit 8e5a5552c4
10 changed files with 1 additions and 17 deletions

View File

@@ -67,7 +67,6 @@ namespace OpenRA
public void AddLine(Color c, string from, string text)
{
Log.Write( "Chat: {0}: {1}", from, text );
recentLines.Add(Tuple.New(c, from, text));
var eva = Game.world.WorldActor.Info.Traits.Get<EvaAlertsInfo>();
Sound.Play(eva.ChatBeep);