Skip to content

Commit b88ef45

Browse files
committed
Revert "Refactor AppHarness to use reflex run subprocess instead of threads (#5555)"
This reverts commit 9c6cb12.
1 parent fb58dcc commit b88ef45

17 files changed

Lines changed: 399 additions & 360 deletions

reflex/environment.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -650,9 +650,6 @@ class EnvironmentVariables:
650650
# Enable full logging of debug messages to reflex user directory.
651651
REFLEX_ENABLE_FULL_LOGGING: EnvVar[bool] = env_var(False)
652652

653-
# The path to the reflex errors log file. If not set, no separate error log will be used.
654-
REFLEX_ERROR_LOG_FILE: EnvVar[Path | None] = env_var(None)
655-
656653

657654
environment = EnvironmentVariables()
658655

0 commit comments

Comments
 (0)