Skip to content

Commit aed3f9a

Browse files
author
licong
committed
fix: #36 解决上传日志输出重复的问题
1 parent 252b613 commit aed3f9a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

internal/command_upload.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,6 @@ func (r *CommandUpload) upload(file string, driveID string, fileID string) error
9090
if err != nil {
9191
return err
9292
}
93-
fmt.Printf("%s 上传成功.\n", filepath.Join(file, subFile.Name()))
9493
}
9594
if err := r.cli.checkoutToParentDir(); err != nil {
9695
return err

0 commit comments

Comments
 (0)