[obs] remove debug printf

This commit is contained in:
Geoffrey McRae 2020-04-25 02:26:16 +10:00
parent 7a96642498
commit cfd8126e5d
2 changed files with 1 additions and 2 deletions

View File

@ -1 +1 @@
B1-185-g8d5a42c233+1
B1-186-g7a96642498+1

View File

@ -149,7 +149,6 @@ static void * frameThread(void * data)
usleep(100);
}
printf("unsubscribe\n");
lgmpClientUnsubscribe(&this->frameQueue);
this->state = STATE_STOPPING;
return NULL;