Parcourir la source

provider-views: remove debug log

Ifedapo .A. Olarewaju il y a 5 ans
Parent
commit
731114735e
1 fichiers modifiés avec 0 ajouts et 1 suppressions
  1. 0 1
      packages/@uppy/provider-views/src/index.js

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

@@ -594,7 +594,6 @@ module.exports = class ProviderView {
     }
 
     const targetViewOptions = { ...this.opts, ...viewOptions }
-    console.log(targetViewOptions)
     const browserProps = Object.assign({}, this.plugin.getPluginState(), {
       username: this.username,
       getNextFolder: this.getNextFolder,