Mercurial > repos > IBBoard.WarFoundry.API
changeset 180:55dc7c97fcfe
* Remove rogue WriteLines
no-open-ticket
author | IBBoard <dev@ibboard.co.uk> |
---|---|
date | Sat, 24 Oct 2009 15:16:35 +0000 |
parents | c1caf467dd40 |
children | 8c6f55d289b0 |
files | api/Objects/Unit.cs |
diffstat | 1 files changed, 0 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- 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; }