Commit 164ff4be authored by Martin Hurton's avatar Martin Hurton

Remove debugging output

parent 57546f4e
......@@ -260,7 +260,6 @@ int zmq::plain_server_t::produce_ready (msg_t *msg_) const
int zmq::plain_server_t::produce_error (msg_t *msg_) const
{
printf ("producing error\n");
zmq_assert (status_code.length () == 3);
const int rc = msg_->init_size (6 + status_code.length ());
zmq_assert (rc == 0);
......
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