Skip to content

Commit

Permalink
Don't log warnings when unknown clients connect over TCP (#6368)
Browse files Browse the repository at this point in the history
* Closes #5883

* [x] I know how checkboxes work
  • Loading branch information
emilk authored and abey79 committed May 28, 2024
1 parent 0e010b5 commit db13187
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crates/re_viewer/src/app.rs
Original file line number Diff line number Diff line change
Expand Up @@ -983,7 +983,6 @@ impl App {
format!("Data source {} has left unexpectedly: {err}", msg.source);

#[cfg(not(target_arch = "wasm32"))]
#[cfg(feature = "server")]
if err
.downcast_ref::<re_sdk_comms::ConnectionError>()
.is_some_and(|e| {
Expand Down

0 comments on commit db13187

Please sign in to comment.