|
@@ -281,8 +281,6 @@ impl VirtualDom {
|
|
pub fn mark_dirty(&mut self, id: ScopeId) {
|
|
pub fn mark_dirty(&mut self, id: ScopeId) {
|
|
let height = self.scopes[id.0].height;
|
|
let height = self.scopes[id.0].height;
|
|
|
|
|
|
- println!("marking scope {} dirty with height {}", id.0, height);
|
|
|
|
-
|
|
|
|
self.dirty_scopes.insert(DirtyScope { height, id });
|
|
self.dirty_scopes.insert(DirtyScope { height, id });
|
|
}
|
|
}
|
|
|
|
|