Skip to content

Commit

Permalink
fix: #36 解决上传日志输出重复的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
licong committed Dec 5, 2022
1 parent 252b613 commit aed3f9a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion internal/command_upload.go
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@ func (r *CommandUpload) upload(file string, driveID string, fileID string) error
if err != nil {
return err
}
fmt.Printf("%s 上传成功.\n", filepath.Join(file, subFile.Name()))
}
if err := r.cli.checkoutToParentDir(); err != nil {
return err
Expand Down

0 comments on commit aed3f9a

Please sign in to comment.