# HG changeset patch # User IBBoard # Date 1256397395 0 # Node ID 55dc7c97fcfe54fb14aa8d40b596adb3c1963758 # Parent c1caf467dd40e41ef02bd86ca7bcee2a96b2a4f2 * Remove rogue WriteLines no-open-ticket diff -r c1caf467dd40 -r 55dc7c97fcfe api/Objects/Unit.cs --- a/api/Objects/Unit.cs Sat Oct 24 15:00:36 2009 +0000 +++ b/api/Objects/Unit.cs Sat Oct 24 15:16:35 2009 +0000 @@ -368,8 +368,6 @@ equipmentSlots[equip.SlotName] = selections; } - Console.WriteLine ("Sels: "+selections.Count); - selections.Add(newItem); } @@ -535,7 +533,6 @@ foreach (AbstractUnitEquipmentItemSelection selection in selections) { - Console.WriteLine ("Sel: "+selection.NumberTaken); amount+= selection.NumberTaken; }