Skip to content
This repository was archived by the owner on Aug 30, 2024. It is now read-only.

Commit e31988d

Browse files
authored
Remove 2 temp logging operrations (#412)
1 parent 8ad85ce commit e31988d

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

android/src/main/kotlin/io/dolby/comms/sdk/flutter/events/AudioPreviewEventEmitter.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ class AudioPreviewEventEmitter(eventChannelHandler: EventChannelHandler) : Nativ
99
* Emitted when the application user received an audio preview status changed.
1010
*/
1111
private val previewCallback: (RecorderStatus) -> Unit = { status ->
12-
android.util.Log.d("[KB]", "status changed: $status")
1312
emit(OnStatusChanged, status.name)
1413
}
1514

android/src/main/kotlin/io/dolby/comms/sdk/flutter/events/EventChannelHandler.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ class EventChannelHandler(private val channelName: String) : EventChannel.Stream
2222
}
2323

2424
override fun onListen(arguments: Any?, callback: EventChannel.EventSink?) {
25-
android.util.Log.d("[KB]", "arguments: ${arguments}")
2625
eventCallback = callback
2726
}
2827

0 commit comments

Comments
 (0)