Browse Source

Minor cleanup

Artur Paikin 9 years ago
parent
commit
d9b42a0a66
1 changed files with 1 additions and 2 deletions
  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) {
       // for debugging and testing
       global.UppyState = this.state
-      global.uppyLog = global.uppyLog || ''
-      // global.UppyAddFiles = this.addFile.bind(this)
+      global.uppyLog = ''
       global.UppyAddFile = this.addFile.bind(this)
     }
   }