aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjmkiley <jordan.kiley@mapbox.com>2019-05-31 10:27:05 -0700
committerjmkiley <jordan.kiley@mapbox.com>2019-06-03 11:21:00 -0700
commit892be4b6aee9943011db387b7e79a9e0adc511d5 (patch)
tree6a90567e9d4ffe5dcb48355c0524f6257e3e05d0
parent1740cc370393af609035ffcff54184984a295a2a (diff)
[ios] Accidentally committed MGLMapSnapshotter
-rw-r--r--platform/darwin/src/MGLMapSnapshotter.mm7
1 files changed, 0 insertions, 7 deletions
diff --git a/platform/darwin/src/MGLMapSnapshotter.mm b/platform/darwin/src/MGLMapSnapshotter.mm
index a89669292..65bed2cf4 100644
--- a/platform/darwin/src/MGLMapSnapshotter.mm
+++ b/platform/darwin/src/MGLMapSnapshotter.mm
@@ -161,13 +161,6 @@ const CGFloat MGLSnapshotterMinimumPixelSize = 64;
#if TARGET_OS_IPHONE || TARGET_OS_SIMULATOR
[MGLMapboxEvents pushTurnstileEvent];
#endif
-
-#ifndef swift(version:)
- NSLog(@"HI I'M OBJECTIVE-C");
-#else
- NSLog(@"HI I'M SWIFT");
-#endif
-
}
return self;
}