Commit 545afabd authored by Juliano Murari's avatar Juliano Murari

hal/msg/*/*_zmq_server.c: remove unnecessary debug message

parent 37921b60
......@@ -199,7 +199,6 @@ void *thsafe_zmq_server_read_32 (void *owner, void *args)
uint32_t data = 0;
/* Call llio to perform the actual operation */
int32_t llio_ret = llio_read_32 (self->llio, offset, &data);
printf ("message read from LLIO is: %u\n", data);
/* Send message back to client */
_thsafe_zmq_server_send_read (&llio_ret, (uint8_t *) &data, sizeof (data),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment