We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 252b613 commit aed3f9aCopy full SHA for aed3f9a
internal/command_upload.go
@@ -90,7 +90,6 @@ func (r *CommandUpload) upload(file string, driveID string, fileID string) error
90
if err != nil {
91
return err
92
}
93
- fmt.Printf("%s 上传成功.\n", filepath.Join(file, subFile.Name()))
94
95
if err := r.cli.checkoutToParentDir(); err != nil {
96
0 commit comments