Browse Source

core run log

Artur Paikin 8 years ago
parent
commit
94f6bcf842
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/core/Core.js

+ 1 - 1
src/core/Core.js

@@ -448,7 +448,7 @@ class Uppy {
  *
  */
   run () {
-    this.log('Core is run, initializing actions, installing plugins...')
+    this.log('Core is run, initializing actions...')
 
     this.actions()