Skip to content

Commit efc3f5d

Browse files
committed
fix: removed logs
1 parent add0ae5 commit efc3f5d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/audio/android/recorder.ts

-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ export class TNSRecorder {
3636
this._recorder.reset();
3737
} else {
3838
if (options.encoder === ANDROID_ENCODER_PCM || options.encoder === ANDROID_ENCODER_PCM_16) {
39-
console.log('WaveRecorder');
4039
//@ts-ignore
4140
this._wavrecorder = new com.github.squti.androidwaverecorder.WaveRecorder(options.filename);
4241
} else {

0 commit comments

Comments
 (0)