mirror of
https://github.com/perstarkse/minne.git
synced 2026-07-06 12:55:13 +02:00
fix: do not log config here
This commit is contained in:
@@ -57,7 +57,6 @@ impl FileInfo {
|
|||||||
user_id: &str,
|
user_id: &str,
|
||||||
config: &AppConfig,
|
config: &AppConfig,
|
||||||
) -> Result<Self, FileError> {
|
) -> Result<Self, FileError> {
|
||||||
info!("Data_dir: {:?}", config);
|
|
||||||
let file = field_data.contents;
|
let file = field_data.contents;
|
||||||
let file_name = field_data
|
let file_name = field_data
|
||||||
.metadata
|
.metadata
|
||||||
|
|||||||
Reference in New Issue
Block a user