1
0
Evan Almloff 2 жил өмнө
parent
commit
4e180bd19e

+ 0 - 1
packages/tui/src/lib.rs

@@ -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);
                 }