Skip to content

Commit

Permalink
remove pong printing
Browse files Browse the repository at this point in the history
  • Loading branch information
tteil committed Nov 6, 2024
1 parent 286b26f commit efc9a56
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/simulation/vizard/cielimInterface/zmqConnector.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,6 @@ void ZmqConnector::ping() {
// but our socket is not non-blocking
// 2) the returned length in the (present) optional is recoverable from `pong.size()`.
static_cast<void>(this->requesterSocket->recv(message, zmq::recv_flags::none));
std::cout << message.str() << std::endl;
}

void ZmqConnector::setComPortNumber(std::string &portNumber) {
Expand Down

0 comments on commit efc9a56

Please sign in to comment.