mirror of
https://github.com/hcengineering/platform.git
synced 2025-05-10 17:30:51 +00:00
fix: remove file upload console log (#8722)
This commit is contained in:
parent
e4fbe05455
commit
91eb4be23d
@ -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)
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user