소스 검색

remove extra logging

Evan Almloff 1 년 전
부모
커밋
cca92b9fed
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      packages/core/src/virtual_dom.rs

+ 0 - 1
packages/core/src/virtual_dom.rs

@@ -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;
                 }