Skip to content

Commit

Permalink
delete useless print
Browse files Browse the repository at this point in the history
  • Loading branch information
yama-yeah authored Mar 15, 2023
1 parent eb48e0d commit e6a5670
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/mic_stream.dart
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,6 @@ class MicStream {
channelConfig != __channelConfig ||
audioFormat != __audioFormat) {
//TODO: figure out whether the old stream needs to be cancelled
print('this is sample rate $sampleRate');
_microphone = _microphoneEventChannel.receiveBroadcastStream([
audioSource.index,
sampleRate,
Expand Down

0 comments on commit e6a5670

Please sign in to comment.