fix: remove erroneous log

This commit is contained in:
Greg Johnston 2023-09-13 12:00:56 -04:00
parent c11c4b0e3e
commit a158e7f8bd

View file

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