Skip to content

Commit

Permalink
Again debug info removed
Browse files Browse the repository at this point in the history
  • Loading branch information
istornz committed Oct 2, 2016
1 parent 712e785 commit e40eef4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 1 deletion.
Binary file not shown.
1 change: 0 additions & 1 deletion iPokeGo/MapViewController.m
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,6 @@ -(MKAnnotationView*)mapView:(MKMapView*)mapView viewForAnnotation:(id<MKAnnotati
if (!view) {
view = [[PokemonAnnotationView alloc] initWithAnnotation:annotationPokemon currentLocation:[self currentLocation] reuseIdentifier:reuse];
} else {
NSLog(@"NEED UPDATE !! %f", annotationPokemon.iv);
[((PokemonAnnotationView *)view) setAnnotation:annotation withLocation:[self currentLocation]];
}
view.hidden = self.mapview.region.span.latitudeDelta >= DeltaHideAllIcons;
Expand Down

0 comments on commit e40eef4

Please sign in to comment.