diff --git a/src/core/Core.js b/src/core/Core.js index 40554f0a2..b92dbf3fe 100644 --- a/src/core/Core.js +++ b/src/core/Core.js @@ -115,10 +115,9 @@ class Uppy { // for debugging and testing // this.updateNum = 0 if (this.opts.debug) { - global.UppyState = this.state global.uppyLog = '' - // global.UppyAddFile = this.addFile.bind(this) - global._uppy = this + global[this.opts.id] = this + // global._uppy = this } }