🔥 remove useless remark

pull/548/head
微凉 2021-12-07 16:34:20 +08:00
parent 43e4928bb9
commit 74d8fa3919
1 changed files with 0 additions and 1 deletions

View File

@ -363,7 +363,6 @@ type UploadResp struct {
} `json:"part_info_list"`
}
// TODO wrong
func (driver AliDrive) Upload(file *model.FileStream, account *model.Account) error {
const DEFAULT uint64 = 10485760
var count = int64(math.Ceil(float64(file.GetSize()) / float64(DEFAULT)))