From 670c681a716e972e290cb154187559ece3497c10 Mon Sep 17 00:00:00 2001 From: tildearrow Date: Sun, 16 Apr 2023 14:45:05 -0500 Subject: [PATCH] remove debug messages --- src/engine/dispatchContainer.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/engine/dispatchContainer.cpp b/src/engine/dispatchContainer.cpp index d98c450e0..44b58b402 100644 --- a/src/engine/dispatchContainer.cpp +++ b/src/engine/dispatchContainer.cpp @@ -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