Browse Source

Remove leftover debug prints

Signed-off-by: falkTX <falktx@gmail.com>
pull/132/head
falkTX 6 years ago
parent
commit
5e35de0872
Signed by: falkTX <falktx@gmail.com> GPG Key ID: 2D3445A829213837
1 changed files with 0 additions and 2 deletions
  1. +0
    -2
      distrho/src/DistrhoUIDSSI.cpp

+ 0
- 2
distrho/src/DistrhoUIDSSI.cpp View File

@@ -112,7 +112,6 @@ public:


void exec() void exec()
{ {
d_stdout("exec 1");
for (;;) for (;;)
{ {
fOscData.idle(); fOscData.idle();
@@ -122,7 +121,6 @@ public:


d_msleep(30); d_msleep(30);
} }
d_stdout("exec 3");
} }


// ------------------------------------------------------------------- // -------------------------------------------------------------------


Loading…
Cancel
Save