Skip to content

Commit 7caeb55

Browse files
committed
remove timeout print out
1 parent f0ff5b7 commit 7caeb55

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

include_interfaces/inerfaceTemplate.hpp

-1
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,6 @@ class InerfaceTemplate
296296
}
297297

298298
if(spectifiedTimeout){
299-
printf( "%d\n", timeout);
300299
socket.setsockopt(ZMQ_LINGER, timeout);
301300
socket.setsockopt(ZMQ_RCVTIMEO, timeout);
302301
socket.setsockopt(ZMQ_SNDTIMEO, timeout);

0 commit comments

Comments
 (0)