Browse Source

fix: remove logging

Jonathan Kelley 3 năm trước cách đây
mục cha
commit
c466425b82
1 tập tin đã thay đổi với 0 bổ sung2 xóa
  1. 0 2
      packages/core/src/virtual_dom.rs

+ 0 - 2
packages/core/src/virtual_dom.rs

@@ -515,8 +515,6 @@ impl VirtualDom {
             }
         }
 
-        println!("committed_mutations: {:?}", committed_mutations);
-
         committed_mutations
     }