From c7011345c9e24eea7a3bad094f4aa48a638e1509 Mon Sep 17 00:00:00 2001 From: "Justin R. Miller" Date: Tue, 7 Jul 2015 09:16:08 -0700 Subject: remove logging --- ios/app/MBXViewController.mm | 6 ------ 1 file changed, 6 deletions(-) (limited to 'ios/app/MBXViewController.mm') diff --git a/ios/app/MBXViewController.mm b/ios/app/MBXViewController.mm index 054f576d6e..e11f7eea5c 100644 --- a/ios/app/MBXViewController.mm +++ b/ios/app/MBXViewController.mm @@ -349,8 +349,6 @@ mbgl::Settings_NSUserDefaults *settings = nullptr; if ( ! image) { - NSLog(@"iOS: creating sprite for %p / '%@'", annotation, lastTwoCharacters); - CGRect rect = CGRectMake(0, 0, 20, 15); UIGraphicsBeginImageContextWithOptions(rect.size, NO, [[UIScreen mainScreen] scale]); @@ -377,10 +375,6 @@ mbgl::Settings_NSUserDefaults *settings = nullptr; UIGraphicsEndImageContext(); } - else - { - NSLog(@"iOS: reusing sprite for %p / '%@'", annotation, lastTwoCharacters); - } return image; } -- cgit v1.2.1