remove forgoten debug printf
This commit is contained in:
parent
9d4c812e98
commit
41d0df91e8
1 changed files with 0 additions and 1 deletions
|
@ -240,7 +240,6 @@ int unit_animation::matches(const game_display &disp,const gamemap::location& lo
|
|||
}
|
||||
std::vector<config>::const_iterator myitor;
|
||||
for(myitor = unit_filter_.begin(); myitor != unit_filter_.end(); myitor++) {
|
||||
printf("%s\n",my_unit->id().c_str());
|
||||
if(!my_unit->matches_filter(&(*myitor),loc)) return MATCH_FAIL;
|
||||
result++;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue