remove forgoten debug printf

This commit is contained in:
Jérémy Rosen 2008-05-02 16:12:14 +00:00
parent 9d4c812e98
commit 41d0df91e8

View file

@ -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++;
}