From 3329860b02bbae553f4fc30db3f9f883a1b6570f Mon Sep 17 00:00:00 2001 From: 409 <409dev@protonmail.com> Date: Sat, 6 Sep 2025 15:50:32 +0200 Subject: [PATCH] remove old debug trace --- backend/src/lib/outbound/file_system.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/backend/src/lib/outbound/file_system.rs b/backend/src/lib/outbound/file_system.rs index a97f641..286272d 100644 --- a/backend/src/lib/outbound/file_system.rs +++ b/backend/src/lib/outbound/file_system.rs @@ -149,8 +149,6 @@ impl FileSystem { )); } - tracing::info!("Parent size: {total_size}"); - let parent = if include_parent { let dir_name = FileName::new( &dir_path