Skip to content

Commit 0aae5b0

Browse files
committed
chore(ios): remove log
1 parent f874151 commit 0aae5b0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ios/MapMarkerBuilder.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,6 @@ final class MapMarkerBuilder {
239239
let iconSvg = m.iconSvg,
240240
let data = iconSvg.svgString.data(using: .utf8)
241241
else { return nil }
242-
print("Is main thread:", Thread.isMainThread)
243242

244243
let size = CGSize(
245244
width: max(1, CGFloat(iconSvg.width)),

0 commit comments

Comments
 (0)