mirror of
https://github.com/halejohn/Cloudreve.git
synced 2026-01-30 21:51:57 +08:00
fix: remove filesystem upload log
This commit is contained in:
@@ -75,15 +75,6 @@ func (fs *FileSystem) Upload(ctx context.Context, file *fsctx.FileStream) (err e
|
|||||||
return err
|
return err
|
||||||
}
|
}
|
||||||
|
|
||||||
if file.Mode&fsctx.Overwrite == 0 {
|
|
||||||
fileInfo := file.Info()
|
|
||||||
util.Log().Info(
|
|
||||||
"新文件PUT:%s , 大小:%d, 上传者:%s",
|
|
||||||
fileInfo.FileName,
|
|
||||||
fileInfo.Size,
|
|
||||||
fs.User.Nick,
|
|
||||||
)
|
|
||||||
}
|
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user