Skip to content

Commit

Permalink
Removed log debug that could leak secrets
Browse files Browse the repository at this point in the history
Signed-off-by: Wilco den Besten <[email protected]>
  • Loading branch information
WilcodenBesten committed Dec 16, 2024
1 parent 775c77d commit 983b199
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/ocpp/common/websocket/websocket_libwebsockets.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1490,7 +1490,6 @@ void WebsocketLibwebsockets::on_conn_message(std::string&& message) {
return;
}

EVLOG_debug << "Received message over TLS websocket polling for process: " << message;
recv_message_queue.push(std::move(message));
}

Expand Down

0 comments on commit 983b199

Please sign in to comment.