Myst-Mach / mmmodules

Modules for VCV Rack
GNU General Public License v3.0
1 stars 0 forks source link

Remove debug printf #2

Closed cschol closed 3 years ago

cschol commented 3 years ago

There is still a debug printf in the code that is spamming the log:

mmmodules/src/3mountains.cpp
132:            printf("sine pulsewidth with CV %f\n", pwm_cv_input_value);

Please remove before integration. Thanks!

Myst-Mach commented 3 years ago

all issues should be fixed now, hopefully ^_^