mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-11-10 00:28:20 +00:00
[obs] remove debug printf
This commit is contained in:
parent
7a96642498
commit
cfd8126e5d
1
obs/lg.c
1
obs/lg.c
@ -149,7 +149,6 @@ static void * frameThread(void * data)
|
|||||||
usleep(100);
|
usleep(100);
|
||||||
}
|
}
|
||||||
|
|
||||||
printf("unsubscribe\n");
|
|
||||||
lgmpClientUnsubscribe(&this->frameQueue);
|
lgmpClientUnsubscribe(&this->frameQueue);
|
||||||
this->state = STATE_STOPPING;
|
this->state = STATE_STOPPING;
|
||||||
return NULL;
|
return NULL;
|
||||||
|
Loading…
Reference in New Issue
Block a user