# HG changeset patch # User IBBoard # Date 1249676095 0 # Node ID 789dfab1344963efc3f57a4328b2097be0fb18d2 # Parent 729d9e54162cb3b5ec59efae850ab5d4167b2764 * Remove debugging Console.WriteLine call no-open-ticket diff -r 729d9e54162c -r 789dfab13449 api/Objects/UnitType.cs --- a/api/Objects/UnitType.cs Fri Aug 07 19:49:21 2009 +0000 +++ b/api/Objects/UnitType.cs Fri Aug 07 20:14:55 2009 +0000 @@ -228,8 +228,7 @@ } internal void AddEquipmentItem(UnitEquipmentItem item) - { - Console.WriteLine("Add " + item.ID + " to " + Name); + { if (!equipment.ContainsKey(item.ID)) { equipment.Add(item.ID, item);