mirror of
https://github.com/leptos-rs/leptos
synced 2024-11-10 14:54:16 +00:00
remove log
This commit is contained in:
parent
3ebea79e05
commit
095dc78893
1 changed files with 0 additions and 1 deletions
|
@ -407,7 +407,6 @@ where
|
|||
cursor: &Cursor<Rndr>,
|
||||
position: &PositionState,
|
||||
) -> Self::State {
|
||||
crate::log(&format!("hydrating <{}>", E::TAG));
|
||||
// non-Static custom elements need special support in templates
|
||||
// because they haven't been inserted type-wise
|
||||
if E::TAG.is_empty() && !FROM_SERVER {
|
||||
|
|
Loading…
Reference in a new issue