Skip to content

Commit 7fe3bd2

Browse files
committed
Remove print
1 parent 423bd6b commit 7fe3bd2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

sentry-kotlin-multiplatform/src/appleMain/kotlin/io/sentry/kotlin/multiplatform/extensions/SentryOptionsExtensions.apple.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ internal fun CocoaSentryOptions.applyCocoaBaseOptions(kmpOptions: SentryOptions)
5656
event
5757
} else {
5858
event?.let { cocoaEvent ->
59-
println("before release1: ${cocoaEvent.releaseName}")
6059
val beforeKmpEvent = SentryEvent(cocoaEvent)
6160
val beforeKmpEventCopy = SentryEvent(cocoaEvent)
6261
kmpOptions.beforeSend

0 commit comments

Comments
 (0)