Skip to content

Commit

Permalink
fix(comp:upload): remove unecessary console log statement (#1723)
Browse files Browse the repository at this point in the history
  • Loading branch information
sallerli1 committed Oct 23, 2023
1 parent a1395fc commit f33f9f2
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ export function useUploadControl(fileList: ComputedRef<UploadFile[]>, uploadRequ

currentFileList.forEach(file => {
const preFile = getTargetFile(file, preFileList)
console.log(preFile, file, currentFileList === preFileList)

if (!preFile && file.status === 'selected') {
startUpload(file)
Expand Down

0 comments on commit f33f9f2

Please sign in to comment.