[client] removed debugging print

This commit is contained in:
Geoffrey McRae 2017-12-07 02:49:04 +11:00
parent 7349334811
commit 32c6989654

View File

@ -203,7 +203,6 @@ int renderThread(void * unused)
while(state.running)
{
DEBUG_INFO("delay: %lu", pollDelay);
usleep(pollDelay);
if(header.dataPos == state.shm->dataPos)
{