From 4efc1cf2c2bb1f2ce8a4513a7a036ffbb010bb0c Mon Sep 17 00:00:00 2001 From: Ifedapo Olarewaju Date: Thu, 16 Feb 2017 22:06:03 +0100 Subject: [PATCH] debug: log to console --- src/core/Core.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/core/Core.js b/src/core/Core.js index e269c5ec1..98f07adb1 100644 --- a/src/core/Core.js +++ b/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) })