Skip to content

Commit 1d7b489

Browse files
author
Evan Masseau
committed
errant wtf log
1 parent 8a2554e commit 1d7b489

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

sdk/forms/src/main/java/com/klaviyo/forms/presentation/KlaviyoPresentationManager.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,6 @@ internal fun LifecycleMonitor.runWithCurrentOrNextActivity(
155155

156156
var observer: ActivityObserver? = null
157157
val token: Clock.Cancellable? = timeout?.let { delay ->
158-
Registry.log.wtf("Cancel task scheduled for $delay ms")
159158
Registry.clock.schedule(delay) {
160159
Registry.log.verbose("Removing postponed observer after timeout")
161160
observer?.let { offActivityEvent(it) }

0 commit comments

Comments
 (0)