Browse Source

remmove comment

Evan Almloff 2 years ago
parent
commit
4e180bd19e
1 changed files with 0 additions and 1 deletions
  1. 0 1
      packages/tui/src/lib.rs

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