Remove logging of WS url

This commit is contained in:
Lukas Potthast 2023-11-24 17:41:25 +01:00
parent ded2663564
commit 1d50df3ede

View file

@ -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,