Przeglądaj źródła

fix: remove logging

Jonathan Kelley 3 lat temu
rodzic
commit
c466425b82
1 zmienionych plików z 0 dodań i 2 usunięć
  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
     }