|
@@ -466,8 +466,6 @@ impl VirtualDom {
|
|
|
h1.cmp(&h2).reverse()
|
|
|
});
|
|
|
|
|
|
- log::trace!("dirty_scopes: {:?}", self.dirty_scopes);
|
|
|
-
|
|
|
if let Some(scopeid) = self.dirty_scopes.pop() {
|
|
|
if !ran_scopes.contains(&scopeid) {
|
|
|
ran_scopes.insert(scopeid);
|
|
@@ -478,8 +476,6 @@ impl VirtualDom {
|
|
|
|
|
|
let DiffState { mutations, .. } = diff_state;
|
|
|
|
|
|
- log::trace!("succesffuly resolved scopes {:?}", mutations.dirty_scopes);
|
|
|
-
|
|
|
for scope in &mutations.dirty_scopes {
|
|
|
self.dirty_scopes.remove(scope);
|
|
|
}
|