Skip to content

Commit

Permalink
Shrink log
Browse files Browse the repository at this point in the history
  • Loading branch information
timmo001 committed Jun 8, 2024
1 parent e07f104 commit b38b356
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src-tauri/src/websocket/server.rs
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ pub async fn websocket(ws: WebSocket) -> Stream!['static] {
rt.block_on(async {
watch_modules(&request_data.modules, |module, data| {
// Send data update to the client
info!("Data update for module: {:?} - {:?}", module, data);
info!("Data update for module: {:?}", module);

// yield Message::text(serde_json::to_string(&WebsocketResponse {
// id: request_id.clone(),
Expand Down

0 comments on commit b38b356

Please sign in to comment.