Browse Source

remove console.log

Artur Paikin 6 years ago
parent
commit
5b5b3a3a6d
1 changed files with 0 additions and 1 deletions
  1. 0 1
      packages/@uppy/dashboard/src/index.js

+ 0 - 1
packages/@uppy/dashboard/src/index.js

@@ -234,7 +234,6 @@ module.exports = class Dashboard extends Plugin {
 
   getFocusableNodes () {
     const nodes = this.el.querySelectorAll(FOCUSABLE_ELEMENTS)
-    console.log(Object.keys(nodes).map((key) => nodes[key]))
     return Object.keys(nodes).map((key) => nodes[key])
   }