fix: remove logging

This commit is contained in:
Jonathan Kelley 2022-03-04 13:12:30 -05:00
parent c19995fed9
commit c466425b82

View file

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