From 945a2b7f37378792b4a0fb856532b14f3755e27f Mon Sep 17 00:00:00 2001 From: Per Stark Date: Tue, 30 Sep 2025 15:22:14 +0200 Subject: [PATCH] fix: do not log config here --- common/src/storage/types/file_info.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/common/src/storage/types/file_info.rs b/common/src/storage/types/file_info.rs index 5bd5af5..62ef993 100644 --- a/common/src/storage/types/file_info.rs +++ b/common/src/storage/types/file_info.rs @@ -57,7 +57,6 @@ impl FileInfo { user_id: &str, config: &AppConfig, ) -> Result { - info!("Data_dir: {:?}", config); let file = field_data.contents; let file_name = field_data .metadata