Skip to content

Commit

Permalink
Removed some logging
Browse files Browse the repository at this point in the history
  • Loading branch information
Deepwinter committed Mar 12, 2012
1 parent 1227da8 commit fa10737
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Wildflowers of Detroit Iphone/MapViewController.m
Expand Up @@ -243,7 +243,7 @@ - (void) addAnnotations {
if(coordinate.latitude == 0 && coordinate.longitude==0){
continue;
}
NSLog(@"%f %f", coordinate.latitude, coordinate.longitude );
//NSLog(@"%f %f", coordinate.latitude, coordinate.longitude );
RhusMapAnnotation * rhusMapAnnotation = (RhusMapAnnotation *) [RhusMapAnnotation
mapAnnotationWithCoordinate: coordinate
title: [document getDateString]
Expand Down

0 comments on commit fa10737

Please sign in to comment.