Skip to content

Commit

Permalink
Console output query #177
Browse files Browse the repository at this point in the history
  • Loading branch information
EddyVerbruggen committed Jan 18, 2018
1 parent d092d1d commit 95f4e7b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/mapbox.ios.ts
Original file line number Diff line number Diff line change
Expand Up @@ -970,9 +970,7 @@ class MGLMapViewDelegateImpl extends NSObject implements MGLMapViewDelegate {
if (cachedMarker.icon) {
if (cachedMarker.icon.startsWith("res://")) {
let resourcename = cachedMarker.icon.substring("res://".length);
console.log("resourcename: " + resourcename);
let imageSource = imgSrc.fromResource(resourcename);
console.log("imageSource: " + imageSource);
if (imageSource === null) {
console.log(`Unable to locate ${resourcename}`);
} else {
Expand Down

0 comments on commit 95f4e7b

Please sign in to comment.