remove dead code

This commit is contained in:
Elijah 2024-05-14 13:46:41 +00:00
parent 3d4129d9c1
commit d3723dbd3e

View File

@ -965,7 +965,6 @@ def needs_reinit(frontend: bool = True) -> bool:
console.warn( 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." "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. # No need to reinitialize if the app is already initialized.
return False return False