10000 removed unnecessary debug log · next-coder/flutter-webrtc@2fa10ee · GitHub
[go: up one dir, main page]

Skip to content

Commit 2fa10ee

Browse files
committed
removed unnecessary debug log
1 parent 8d78272 commit 2fa10ee

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

android/src/main/java/com/cloudwebrtc/webrtc/record/AudioSamplesInterceptor.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ public AudioSamplesInterceptor() {
2525

2626
@Override
2727
public void onWebRtcAudioRecordSamplesReady(AudioSamples audioSamples) {
28-
Log.d(TAG, _id + " Samples ready! Callbacks: "+callbacks.size());
2928
for (SamplesReadyCallback callback : callbacks.values()) {
3029
callback.onWebRtcAudioRecordSamplesReady(audioSamples);
3130
}

0 commit comments

Comments
 (0)
0