From 124da71754c4e2758c9efb67c6a454cdae244da8 Mon Sep 17 00:00:00 2001 From: patientx Date: Tue, 30 Sep 2025 20:55:06 +0300 Subject: [PATCH] Update cfz_caching_condition.py --- cfz/nodes/CFZ-caching/cfz_caching_condition.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cfz/nodes/CFZ-caching/cfz_caching_condition.py b/cfz/nodes/CFZ-caching/cfz_caching_condition.py index e9ebba4fb..e4af3716e 100644 --- a/cfz/nodes/CFZ-caching/cfz_caching_condition.py +++ b/cfz/nodes/CFZ-caching/cfz_caching_condition.py @@ -180,7 +180,7 @@ class load_conditioning: cache_files.sort() if cache_files: - print(f"[CFZ Load] Found {len(cache_files)} cached files") + # print(f"[CFZ Load] Found {len(cache_files)} cached files") return cache_files else: print("[CFZ Load] No cache files found")