Merge pull request #55 from lpotthast/remove-logging

Remove logging of WS url
This commit is contained in:
Marc-Stefan Cassola 2023-11-27 17:08:28 +00:00 committed by GitHub
commit c1abc97c19
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -212,7 +212,6 @@ pub fn use_websocket_with_options(
impl Fn(Vec<u8>) + Clone, impl Fn(Vec<u8>) + Clone,
> { > {
let url = normalize_url(url); let url = normalize_url(url);
logging::log!("{}", url);
let UseWebSocketOptions { let UseWebSocketOptions {
on_open, on_open,
on_message, on_message,