Skip to content
Snippets Groups Projects
Commit c6b7ecf2 authored by Alexandre Lision's avatar Alexandre Lision Committed by Gerrit Code Review
Browse files

log: remove polluting log in audio

Refs #66636

Change-Id: I0250e909bbb192671fed37df8551c53483519e37
parent b21a5664
No related branches found
No related tags found
No related merge requests found
......@@ -436,7 +436,6 @@ void CoreLayer::write(AudioUnitRenderActionFlags* ioActionFlags,
file_tone->getNext(playbackBuff_, playbackGain_);
}
else {
RING_WARN("No tone or file_tone!");
playbackBuff_.reset();
}
for (int i = 0; i < audioFormat_.nb_channels; ++i) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment