commit 5e35de08724b3596db99c08cc04fa653b30ff9bd
parent 9647aaf225bf8f477dc27e78bb284212e2e106ca
Author: falkTX <falktx@gmail.com>
Date: Sun, 30 Dec 2018 17:58:47 +0100
Remove leftover debug prints
Signed-off-by: falkTX <falktx@gmail.com>
Diffstat:
1 file changed, 0 insertions(+), 2 deletions(-)
diff --git a/distrho/src/DistrhoUIDSSI.cpp b/distrho/src/DistrhoUIDSSI.cpp
@@ -112,7 +112,6 @@ public:
void exec()
{
- d_stdout("exec 1");
for (;;)
{
fOscData.idle();
@@ -122,7 +121,6 @@ public:
d_msleep(30);
}
- d_stdout("exec 3");
}
// -------------------------------------------------------------------