changeset 253 | 174dd40bf06a |
parent 236 | 22a885118d50 |
child 256 | ba81afcb2b51 |
1.1 --- a/flagrowobj.cpp Wed Mar 08 12:59:08 2006 +0000 1.2 +++ b/flagrowobj.cpp Wed Mar 15 15:54:32 2006 +0000 1.3 @@ -113,10 +113,7 @@ 1.4 if (!inBox (p)) return ""; 1.5 FlagObj *fo; 1.6 for (fo=flag.first();fo; fo=flag.next() ) 1.7 - { 1.8 - cout << " "<<fo->getName()<<endl; 1.9 if (fo->inBox (p)) return fo->getName(); 1.10 - } 1.11 return ""; 1.12 1.13