mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-01-22 03:38:10 +00:00
[client] removed debugging print
This commit is contained in:
parent
7349334811
commit
32c6989654
1 changed files with 0 additions and 1 deletions
|
@ -203,7 +203,6 @@ int renderThread(void * unused)
|
|||
|
||||
while(state.running)
|
||||
{
|
||||
DEBUG_INFO("delay: %lu", pollDelay);
|
||||
usleep(pollDelay);
|
||||
if(header.dataPos == state.shm->dataPos)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue