cutting-room-floor / mapbox-gl-cocoa

OBSOLETE
74 stars 12 forks source link

Add missing log backend init #47

Closed l4u closed 10 years ago

l4u commented 10 years ago

The log backend is init at MGLMapView. But at MBXViewController there is no log backend when checking the existence of an access token. Alternatively, is it preferred to use NSLog here instead?

incanus commented 10 years ago

Alternatively, is it preferred to use NSLog here instead?

Good point — this view controller is platform-specific, so it could just use NSLog().