remove debug printf in test_xpub_welcome_msg

This commit is contained in:
Doron Somech 2014-11-26 15:53:50 +02:00
parent 768b62eb9d
commit 0ac0b04755

View File

@ -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');