From 06621ce84418ea74f20198252433d41e8b60baec Mon Sep 17 00:00:00 2001 From: bsp2 Date: Tue, 21 May 2019 18:41:56 +0200 Subject: [PATCH] disable debug output --- src/app/ParamWidget.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/ParamWidget.cpp b/src/app/ParamWidget.cpp index 600045d6..f689f99f 100644 --- a/src/app/ParamWidget.cpp +++ b/src/app/ParamWidget.cpp @@ -57,7 +57,7 @@ void ParamWidget::onMouseMove(EventMouseMove &e) { } void ParamWidget::onMouseDown(EventMouseDown &e) { - printf("xxx ParamWidget::onMouseDown: e.button=%d revert_val=%f\n", e.button, revert_val); + // printf("xxx ParamWidget::onMouseDown: e.button=%d revert_val=%f\n", e.button, revert_val); if (e.button == 1) { if(INVALID_REVERT_VAL != revert_val) // during mouse drag {