remove debug

This commit is contained in:
2025-09-14 14:15:19 -04:00
parent 2657729975
commit a9c90d2939
4 changed files with 45 additions and 93 deletions
+4
View File
@@ -188,6 +188,10 @@ def _load_environment_files():
# Load environment files at startup
_load_environment_files()
# Add debug logging near where configuration is loaded
print(f"DEBUG: Environment check - SONARR_ROOT_FOLDERS: {os.getenv('SONARR_ROOT_FOLDERS')}")
print(f"DEBUG: Environment check - TV_PATHS: {os.getenv('TV_PATHS')}")
def _bool_env(name: str, default: bool) -> bool:
v = os.environ.get(name)
if v is None: