فهرست منبع

remmove comment

Evan Almloff 2 سال پیش
والد
کامیت
4e180bd19e
1فایلهای تغییر یافته به همراه0 افزوده شده و 1 حذف شده
  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 we have a new template, replace the old one
                 if let Some(template) = new_templete {
                 if let Some(template) = new_templete {
-                    // println!("reloading template");
                     vdom.replace_template(template);
                     vdom.replace_template(template);
                 }
                 }