Skip to content

Commit

Permalink
Merge pull request #55 from lpotthast/remove-logging
Browse files Browse the repository at this point in the history
Remove logging of WS url
  • Loading branch information
maccesch authored Nov 27, 2023
2 parents ded2663 + 1d50df3 commit c1abc97
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/use_websocket.rs
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,6 @@ pub fn use_websocket_with_options(
impl Fn(Vec<u8>) + Clone,
> {
let url = normalize_url(url);
logging::log!("{}", url);
let UseWebSocketOptions {
on_open,
on_message,
Expand Down

0 comments on commit c1abc97

Please sign in to comment.