Browse Source

debug: log to console

Ifedapo Olarewaju 8 years ago
parent
commit
4efc1cf2c2
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/core/Core.js

+ 1 - 0
src/core/Core.js

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