Skip to content

Commit

Permalink
refactor: ♻️ 移除遗留的debugger
Browse files Browse the repository at this point in the history
  • Loading branch information
Moonofweisheng committed Aug 17, 2024
1 parent ef58a4b commit 7faf883
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,6 @@ const startUpload: UploadMethod = (file, formData, options) => {
// 设置上传中,防止重复发起上传
file[statusKey] = 'loading'
if (isFunction(uploadMethod)) {
debugger
uploadMethod(file, formData, options)
} else {
upload(file, formData, options)
Expand Down

0 comments on commit 7faf883

Please sign in to comment.