mirror of
https://github.com/adoyle0/leptos-use.git
synced 2025-01-23 00:59:22 -05:00
Merge pull request #55 from lpotthast/remove-logging
Remove logging of WS url
This commit is contained in:
commit
c1abc97c19
1 changed files with 0 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue