Commit 0ac0b047 authored by Doron Somech's avatar Doron Somech

remove debug printf in test_xpub_welcome_msg

parent 768b62eb
...@@ -56,7 +56,6 @@ int main (void) ...@@ -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');
......
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