remove debug messages

This commit is contained in:
tildearrow 2023-04-16 14:45:05 -05:00
parent a10d5cb96b
commit 670c681a71

View file

@ -158,12 +158,12 @@ void DivDispatchContainer::acquire(size_t offset, size_t count) {
count>>=rateMul; count>>=rateMul;
if (offset!=0 && offset!=lastCount) { if (offset!=0 && offset!=lastCount) {
logW("Shit!"); logW("Shit! %d %d",offset,lastCount);
} }
lastCount=offset+count; 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++) { for (int i=0; i<DIV_MAX_OUTPUTS; i++) {