mirror of
https://github.com/leptos-rs/leptos
synced 2024-11-10 14:54:16 +00:00
Remove unnecessary log
This commit is contained in:
parent
808d87598b
commit
063b946cd4
1 changed files with 0 additions and 2 deletions
|
@ -903,8 +903,6 @@ macro_rules! generate_html_tags {
|
|||
)
|
||||
)]
|
||||
pub fn $tag(cx: Scope) -> HtmlElement<[<$tag:camel $($trailing_)?>]> {
|
||||
#[cfg(debug_assertions)]
|
||||
trace!("creating <{}/>", stringify!($tag));
|
||||
HtmlElement::new(cx, [<$tag:camel $($trailing_)?>]::default())
|
||||
}
|
||||
)*
|
||||
|
|
Loading…
Reference in a new issue