remove extra logging

This commit is contained in:
Evan Almloff 2024-03-07 20:51:19 -06:00
parent e72bf5820f
commit cca92b9fed

View file

@ -661,7 +661,6 @@ impl VirtualDom {
// Now that we have collected all queued work, we should check if we have any dirty scopes. If there are not, then we can poll any queued futures
if self.dirty_scopes.has_dirty_scopes() {
println!("dirty scopes");
break;
}