summaryrefslogtreecommitdiff
path: root/platform/ios
diff options
context:
space:
mode:
authorThiago Marcos P. Santos <tmpsantos@gmail.com>2015-03-12 14:18:25 +0200
committerThiago Marcos P. Santos <tmpsantos@gmail.com>2015-03-12 14:18:25 +0200
commit2b6afe6a549284a862d0231653d2183d57a5b496 (patch)
tree715182b2fc50edd793b6a945950b68c7b135ec8d /platform/ios
parent4e8036311d434db9bb1bd41b65bd39e2891e17d0 (diff)
parent79f3149d9d973a31bcc5cf3ba1dbe77d90884ace (diff)
downloadqtlocation-mapboxgl-2b6afe6a549284a862d0231653d2183d57a5b496.tar.gz
Merge pull request #972 from mapbox/log_cleanup
Refactoring of the log system
Diffstat (limited to 'platform/ios')
-rw-r--r--platform/ios/MGLMapView.mm6
1 files changed, 1 insertions, 5 deletions
diff --git a/platform/ios/MGLMapView.mm b/platform/ios/MGLMapView.mm
index 3629430263..57760717d9 100644
--- a/platform/ios/MGLMapView.mm
+++ b/platform/ios/MGLMapView.mm
@@ -1,6 +1,6 @@
#import "MGLMapView.h"
-#import <mbgl/platform/darwin/log_nslog.hpp>
+#import <mbgl/platform/log.hpp>
#import <mbgl/platform/gl.hpp>
#import <GLKit/GLKit.h>
@@ -181,10 +181,6 @@ mbgl::DefaultFileSource *mbglFileSource = nullptr;
- (BOOL)commonInit
{
- // set logging backend
- //
- mbgl::Log::Set<mbgl::NSLogBackend>();
-
// create context
//
_context = [[EAGLContext alloc] initWithAPI:kEAGLRenderingAPIOpenGLES2];