debug: log to console

This commit is contained in:
Ifedapo Olarewaju 2017-02-16 22:06:03 +01:00
parent 215b3470ae
commit 4efc1cf2c2

View file

@ -273,6 +273,7 @@ class Uppy {
this.on('core:upload-progress', (data) => {
this.calculateProgress(data)
console.log('signal triggered!')
// throttledCalculateProgress(data)
})