computerscare-vcv-modules

computerscare modules for VCV Rack
Log | Files | Refs

commit df078cc3878ca4fdf88306a67a5ea46991f37ac0
parent 1b00862fafbbe5ef13920c7b750d37244a493726
Author: Adam M <[email protected]>
Date:   Wed,  3 Nov 2021 18:30:59 -0500

remove debugging statements

Diffstat:
Msrc/ComputerscareBlank.cpp | 4++--
Msrc/ComputerscarePatchSequencer.cpp | 2--
2 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/src/ComputerscareBlank.cpp b/src/ComputerscareBlank.cpp @@ -900,8 +900,8 @@ struct tPNGDisplay : TBase { if (blankModule && blankModule->loadedJSON) { std::string modulePath = blankModule->getPath(); if (path != modulePath) { - DEBUG("path not module path"); - DEBUG("path: %s, modulePath:%s", path.c_str(), modulePath.c_str()); + //DEBUG("path not module path"); + //DEBUG("path: %s, modulePath:%s", path.c_str(), modulePath.c_str()); gifBuddy = AnimatedGifBuddy(args.vg, modulePath.c_str()); if (gifBuddy.getImageStatus() == 3) { diff --git a/src/ComputerscarePatchSequencer.cpp b/src/ComputerscarePatchSequencer.cpp @@ -237,11 +237,9 @@ struct ComputerscarePatchSequencer : Module { void dataFromJson(json_t *rootJ) override { // button states - DEBUG("dataFromJson called. It wants its JSON back"); json_t *button_statesJ = json_object_get(rootJ, "buttons"); if (button_statesJ) { - DEBUG("there R buttonz"); for (int k = 0; k < maxSteps; k++) { for (int i = 0; i < 10; i++) {