get rid of one debug message

This commit is contained in:
tildearrow 2023-04-06 02:22:59 -05:00
parent bc4191dbe4
commit 72b81914b7
1 changed files with 0 additions and 1 deletions

View File

@ -212,7 +212,6 @@ void DivWaveSynth::setWidth(int val) {
void DivWaveSynth::changeWave1(int num) {
DivWavetable* w1=e->getWave(num);
logV("changeWave1 (%d)",width);
if (width<1) return;
for (int i=0; i<width; i++) {
if (w1->max<1 || w1->len<1) {