Skip to content

Commit

Permalink
mapbox#894 - remove debug log
Browse files Browse the repository at this point in the history
  • Loading branch information
incanus committed Sep 7, 2015
1 parent aded379 commit f4ab78c
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -527,9 +527,6 @@ public List<Annotation> getAnnotationsInBounds(BoundingBox bbox) {
annotations.add(annotation);
}
}
for(int i = 0; i < annotations.size(); i++) {
Log.d(TAG, "tapped: " + annotations.get(i).getId());
}
return annotations;
}

Expand Down

0 comments on commit f4ab78c

Please sign in to comment.