fix: remove file upload console log (#8722)

This commit is contained in:
Alexander Onnikov 2025-04-28 08:35:52 +07:00 committed by GitHub
parent e4fbe05455
commit 91eb4be23d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -23,8 +23,6 @@
export let upload: Upload
$: console.log(upload.progress / Math.max(upload.files.size, 1))
function handleClick (ev: MouseEvent): void {
showPopup(FileUploadStatusPopup, { uploadId: upload.uuid }, ev.currentTarget as HTMLElement)
}