mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-23 02:08:30 +00:00
debug: log to console
This commit is contained in:
parent
215b3470ae
commit
4efc1cf2c2
1 changed files with 1 additions and 0 deletions
|
|
@ -273,6 +273,7 @@ class Uppy {
|
|||
|
||||
this.on('core:upload-progress', (data) => {
|
||||
this.calculateProgress(data)
|
||||
console.log('signal triggered!')
|
||||
// throttledCalculateProgress(data)
|
||||
})
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue