Removed logging from the DSP lib

This commit is contained in:
AlexandreRouma
2023-03-09 08:56:48 +01:00
parent 007761a027
commit 5f0858bab2
4 changed files with 2 additions and 7 deletions

View File

@@ -67,10 +67,6 @@ namespace dsp::buffer {
sizes[writeCur] = count;
writeCur++;
writeCur = ((writeCur) % TEST_BUFFER_SIZE);
// if (((writeCur - readCur + TEST_BUFFER_SIZE) % TEST_BUFFER_SIZE) >= (TEST_BUFFER_SIZE-2)) {
// flog::warn("Overflow");
// }
}
cnd.notify_all();
_in->flush();