From 2d5df143c2959a9b6aedea0c4d7b928ddae91cbf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9e=20Kooi?= Date: Mon, 18 Dec 2017 10:34:50 +0100 Subject: [PATCH] core: rm stray `calculateTotalProgress` git rebase hype!! --- src/core/Core.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/core/Core.js b/src/core/Core.js index 8f055b9ab..666e82628 100644 --- a/src/core/Core.js +++ b/src/core/Core.js @@ -416,7 +416,6 @@ class Uppy { this.removeUpload(uploadID) }) - this.calculateTotalProgress() this._calculateTotalProgress() this.emit('file-removed', fileID)