Browse Source

Remove debug prints

tags/1.9.6
falkTX 10 years ago
parent
commit
6f6414ef23
1 changed files with 0 additions and 3 deletions
  1. +0
    -3
      source/backend/plugin/CarlaPluginBridge.cpp

+ 0
- 3
source/backend/plugin/CarlaPluginBridge.cpp View File

@@ -2452,8 +2452,6 @@ public:
#endif
sFirstInit = false;

carla_stdout("plugin bridge starting, current time: " P_INT64 "; max wait time: " P_INT64, fLastPongTime, timeoutEnd);

for (; Time::currentTimeMillis() < fLastPongTime + timeoutEnd && fBridgeThread.isThreadRunning();)
{
pData->engine->callback(ENGINE_CALLBACK_IDLE, 0, 0, 0, 0.0f, nullptr);
@@ -2464,7 +2462,6 @@ public:
break;

carla_msleep(20);
carla_stdout("plugin bridge waiting 20ms, remainig time: " P_INT64, fLastPongTime + timeoutEnd - Time::currentTimeMillis());
}

fLastPongTime = -1;


Loading…
Cancel
Save