From 7e8e5c0594c78aa55e5f45efc4e62f9abdf8e86c Mon Sep 17 00:00:00 2001 From: Dylan De Faoite Date: Sun, 18 Jan 2026 22:17:23 +0000 Subject: [PATCH] remove debug message --- rewind/paths.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/rewind/paths.py b/rewind/paths.py index 8d7df1f..c510f0a 100644 --- a/rewind/paths.py +++ b/rewind/paths.py @@ -17,8 +17,6 @@ def load_config() -> dict: config_dir = get_config_dir() config_file = config_dir / CONFIG_NAME - print(f"Loading config from {config_file}") - # Create config directory if it doesn't exist and replace with default config if not config_file.exists(): config_dir.mkdir(parents=True, exist_ok=True)