Remove some redundant logging

This commit is contained in:
Paul Chote
2010-07-03 15:33:28 +12:00
parent 02e4d7d270
commit d04d943fe5
3 changed files with 2 additions and 8 deletions

View File

@@ -77,8 +77,6 @@ namespace OpenRA.Mods.RA
if (self.World.WorldActor.traits.Get<BuildingInfluence>().GetBuildingAt(p) != null) continue;
if (self.World.WorldActor.traits.Get<UnitInfluence>().GetUnitsAt(p).Any()) continue;
System.Console.WriteLine("Spawning crate at {0}", p);
self.World.AddFrameEndTask(
w => crates.Add(w.CreateActor("crate", p, self.World.WorldActor.Owner)));
return;