mirror of
https://github.com/zeromq/libzmq.git
synced 2024-12-13 02:42:58 +01:00
Remove debugging output
This commit is contained in:
parent
57546f4ecb
commit
164ff4be6b
@ -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
|
int zmq::plain_server_t::produce_error (msg_t *msg_) const
|
||||||
{
|
{
|
||||||
printf ("producing error\n");
|
|
||||||
zmq_assert (status_code.length () == 3);
|
zmq_assert (status_code.length () == 3);
|
||||||
const int rc = msg_->init_size (6 + status_code.length ());
|
const int rc = msg_->init_size (6 + status_code.length ());
|
||||||
zmq_assert (rc == 0);
|
zmq_assert (rc == 0);
|
||||||
|
Loading…
Reference in New Issue
Block a user