diff --git a/tachys/src/html/element/mod.rs b/tachys/src/html/element/mod.rs index bb0d0b588..d36f9d6d3 100644 --- a/tachys/src/html/element/mod.rs +++ b/tachys/src/html/element/mod.rs @@ -407,7 +407,6 @@ where cursor: &Cursor, 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 {