Skip to content

Commit a10c960

Browse files
committed
move debug log
1 parent 3a28cd6 commit a10c960

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

zorro_websocket_proxy/src/zorro_websocket_proxy.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -485,7 +485,6 @@ bool ZorroWebsocketProxy::sendHeartbeat(uint64_t now) {
485485
if ((now - last_heartbeat_time_) > HEARTBEAT_INTERVAL) {
486486
auto [msg, index, size] = reserveMessage();
487487
msg->type = Message::Type::Heartbeat;
488-
lwsl_user(".\n");
489488
sendMessage(index, size, now);
490489
return true;
491490
}

0 commit comments

Comments
 (0)