mirror of
https://github.com/zeromq/libzmq.git
synced 2025-03-17 16:43:58 +00:00
remove debug printf in test_xpub_welcome_msg
This commit is contained in:
parent
768b62eb9d
commit
0ac0b04755
@ -56,7 +56,6 @@ int main (void)
|
|||||||
|
|
||||||
// Receive the welcome message
|
// Receive the welcome message
|
||||||
rc = zmq_recv(sub, buffer, 1, 0);
|
rc = zmq_recv(sub, buffer, 1, 0);
|
||||||
printf("%d\n", rc);
|
|
||||||
assert(rc == 1);
|
assert(rc == 1);
|
||||||
assert(buffer[0] == 'W');
|
assert(buffer[0] == 'W');
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user