remove debug messages

This commit is contained in:
tildearrow 2023-04-16 14:45:05 -05:00
parent a10d5cb96b
commit 670c681a71
1 changed files with 2 additions and 2 deletions

View File

@ -158,12 +158,12 @@ void DivDispatchContainer::acquire(size_t offset, size_t count) {
count>>=rateMul;
if (offset!=0 && offset!=lastCount) {
logW("Shit!");
logW("Shit! %d %d",offset,lastCount);
}
lastCount=offset+count;
logV("got: from %d to %d",offset,offset+count-1);
//logV("got: from %d to %d",offset,offset+count-1);
}
for (int i=0; i<DIV_MAX_OUTPUTS; i++) {