Browse Source

Remove debug comment

tags/1.9.7
falkTX 9 years ago
parent
commit
80a93c957c
1 changed files with 0 additions and 3 deletions
  1. +0
    -3
      source/utils/CarlaSemUtils.hpp

+ 0
- 3
source/utils/CarlaSemUtils.hpp View File

@@ -164,10 +164,7 @@ bool carla_sem_timedwait(carla_sem_t& sem, const uint msecs) noexcept
}

if (errno == EWOULDBLOCK)
{
printf("carla-bridge: retrying futex..");
continue;
}

return false;
}


Loading…
Cancel
Save