remmove comment

This commit is contained in:
Evan Almloff 2023-01-12 11:00:16 -06:00
parent dc8fcf254b
commit 4e180bd19e

View file

@ -275,7 +275,6 @@ fn render_vdom(
// if we have a new template, replace the old one
if let Some(template) = new_templete {
// println!("reloading template");
vdom.replace_template(template);
}