commit fb75c59dac0f35e3eed34c1cd8a46c5eb62b933c
parent a51f69e12c88f165e4b084ee87f2c28b1810cf8c
Author: Adam M <[email protected]>
Date: Sun, 1 Dec 2019 14:59:34 -0600
Remove debugging statement from Debug
Diffstat:
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/src/ComputerscareDebug.cpp b/src/ComputerscareDebug.cpp
@@ -134,7 +134,6 @@ void ComputerscareDebug::process(const ProcessArgs &args) {
logLines[0] = inputs[VAL_INPUT].getVoltage(inputChannel);
}
else if (inputMode == INTERNAL_MODE) {
- printf("%f, %f\n", min, spread);
for (int i = 0; i < 16; i++) {
logLines[i] = min + spread * random::uniform();
}