diff --git a/modules/audio_processing/aec3/block_processor.cc b/modules/audio_processing/aec3/block_processor.cc index 11b8aa62ee..63e3d9cc7c 100644 --- a/modules/audio_processing/aec3/block_processor.cc +++ b/modules/audio_processing/aec3/block_processor.cc @@ -205,8 +205,6 @@ void BlockProcessorImpl::BufferRender(const Block& block) { static_cast(BlockProcessorApiCall::kRender)); data_dumper_->DumpWav("aec3_processblock_render_input", block.View(/*band=*/0, /*channel=*/0), 16000, 1); - data_dumper_->DumpWav("aec3_processblock_render_input2", - block.View(/*band=*/0, /*channel=*/0), 16000, 1); render_event_ = render_buffer_->Insert(block);