fix: do not log config here

This commit is contained in:
Per Stark
2025-09-30 15:22:14 +02:00
parent ff4ea55cd5
commit 945a2b7f37

View File

@@ -57,7 +57,6 @@ impl FileInfo {
user_id: &str,
config: &AppConfig,
) -> Result<Self, FileError> {
info!("Data_dir: {:?}", config);
let file = field_data.contents;
let file_name = field_data
.metadata