File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed
datapipelines/src/main/kotlin/io/customer/sdk Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change 11package io.customer.sdk
22
3- import android.util.Log
43import androidx.annotation.VisibleForTesting
54import com.segment.analytics.kotlin.android.Analytics
65import com.segment.analytics.kotlin.core.Analytics
@@ -260,7 +259,6 @@ class CustomerIO private constructor(
260259 * All other screen methods should call this method to ensure consistency.
261260 */
262261 override fun <T > screenImpl (title : String , properties : T , serializationStrategy : SerializationStrategy <T >) {
263- Log .d(" Momo" , " screenImpl call $title on thread: " + Thread .currentThread().name)
264262 logger.debug(" track a screen with title $title , properties $properties " )
265263 eventBus.publish(Event .ScreenViewedEvent (name = title))
266264 analytics.screen(title = title, properties = properties, serializationStrategy = serializationStrategy)
You can’t perform that action at this time.
0 commit comments