Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
matcool committed Jul 11, 2024
1 parent 2176b1b commit 2323d45
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/builder/shared.rs
Original file line number Diff line number Diff line change
Expand Up @@ -171,12 +171,6 @@ fn fmt_template_args(entity: &Entity, _builder: &Builder) -> Option<Html> {
if template_children.is_empty() {
return None;
}
if entity.get_name().unwrap_or_default().contains("add") {
let first = template_children.first().unwrap();
println!("{:?}", first);
let source = first.extract_source_string_cleaned().unwrap();
println!("{:?}", source);
}
Some(HtmlElement::new("span")
.with_class("template-params")
.with_child(Html::span(&["keyword", "space-after"], "template"))
Expand Down

0 comments on commit 2323d45

Please sign in to comment.