소스 검색

remove dead code

Elijah 1 년 전
부모
커밋
d3723dbd3e
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      reflex/utils/prerequisites.py

+ 0 - 1
reflex/utils/prerequisites.py

@@ -965,7 +965,6 @@ def needs_reinit(frontend: bool = True) -> bool:
             console.warn(
                 "Creating project directories in OneDrive may lead to performance issues. For optimal performance, It is recommended to avoid using OneDrive for your reflex app."
             )
-        # print(f"path: {Path.cwd()}")
     # No need to reinitialize if the app is already initialized.
     return False