remove log

This commit is contained in:
Greg Johnston 2024-06-24 20:50:38 -04:00
parent 3ebea79e05
commit 095dc78893

View file

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