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