mirror of
https://github.com/leptos-rs/leptos
synced 2024-11-10 14:54:16 +00:00
fix: remove erroneous log
This commit is contained in:
parent
c11c4b0e3e
commit
a158e7f8bd
1 changed files with 0 additions and 1 deletions
|
@ -862,7 +862,6 @@ where
|
|||
|
||||
cfg_if! {
|
||||
if #[cfg(all(target_arch = "wasm32", feature = "web"))] {
|
||||
crate::logging::console_log("mounting");
|
||||
mount_to(crate::document().body().expect("body element to exist"), f)
|
||||
} else {
|
||||
_ = f;
|
||||
|
|
Loading…
Reference in a new issue