Skip to content

Commit e035b8f

Browse files
Removed the Extra log
1 parent 375b92b commit e035b8f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/main/kotlin/com/mparticle/kits/RoktKit.kt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,10 +142,8 @@ class RoktKit : KitIntegration(), CommerceListener, IdentityListener, RoktListen
142142
onShouldHideLoadingIndicatorCallback = onShouldHideLoadingIndicator
143143
onShouldShowLoadingIndicatorCallback = onShouldShowLoadingIndicator
144144
val finalAttributes: HashMap<String, String> = HashMap<String, String>()
145-
Logger.error("userAttributes -> " + filterUser?.toString())
146145
filterUser?.userAttributes?.let { userAttrs ->
147146
for ((key, value) in userAttrs) {
148-
Logger.error("userAttrs -> $key: $value")
149147
finalAttributes[key] = value.toString()
150148
}
151149
}

0 commit comments

Comments
 (0)