diff --git a/VERSION b/VERSION index b05e9ba9..80f6cbaf 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -B1-185-g8d5a42c233+1 \ No newline at end of file +B1-186-g7a96642498+1 \ No newline at end of file diff --git a/obs/lg.c b/obs/lg.c index b55ad772..98668f03 100644 --- a/obs/lg.c +++ b/obs/lg.c @@ -149,7 +149,6 @@ static void * frameThread(void * data) usleep(100); } - printf("unsubscribe\n"); lgmpClientUnsubscribe(&this->frameQueue); this->state = STATE_STOPPING; return NULL;