Skip to content

Commit 8efaf89

Browse files
committed
remove log
1 parent cdde91c commit 8efaf89

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

datapipelines/src/main/kotlin/io/customer/sdk/CustomerIO.kt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
package io.customer.sdk
22

3-
import android.util.Log
43
import androidx.annotation.VisibleForTesting
54
import com.segment.analytics.kotlin.android.Analytics
65
import 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)

0 commit comments

Comments
 (0)