mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-11-22 05:27:20 +00:00
[client] removed debugging print
This commit is contained in:
parent
7349334811
commit
32c6989654
@ -203,7 +203,6 @@ int renderThread(void * unused)
|
|||||||
|
|
||||||
while(state.running)
|
while(state.running)
|
||||||
{
|
{
|
||||||
DEBUG_INFO("delay: %lu", pollDelay);
|
|
||||||
usleep(pollDelay);
|
usleep(pollDelay);
|
||||||
if(header.dataPos == state.shm->dataPos)
|
if(header.dataPos == state.shm->dataPos)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user