Artur Paikin 9 lat temu
rodzic
commit
d9b42a0a66
1 zmienionych plików z 1 dodań i 2 usunięć
  1. 1 2
      src/core/Core.js

+ 1 - 2
src/core/Core.js

@@ -41,8 +41,7 @@ export default class Core {
     if (this.opts.debug) {
     if (this.opts.debug) {
       // for debugging and testing
       // for debugging and testing
       global.UppyState = this.state
       global.UppyState = this.state
-      global.uppyLog = global.uppyLog || ''
-      // global.UppyAddFiles = this.addFile.bind(this)
+      global.uppyLog = ''
       global.UppyAddFile = this.addFile.bind(this)
       global.UppyAddFile = this.addFile.bind(this)
     }
     }
   }
   }