pubsubd: code removal (sleep)
This commit is contained in:
parent
c64a91cdaf
commit
3b39e85dfd
@ -42,7 +42,6 @@ void * pubsubd_worker_thread (void *params)
|
||||
struct pubsub_msg m;
|
||||
memset (&m, 0, sizeof (struct pubsub_msg));
|
||||
|
||||
sleep (2); // TODO DEBUG
|
||||
pubsubd_msg_recv (ale->p, &m);
|
||||
|
||||
if (m.type == PUBSUB_TYPE_DISCONNECT) {
|
||||
|
Reference in New Issue
Block a user