Sfoglia il codice sorgente

provider-views: remove debug log

Ifedapo .A. Olarewaju 5 anni fa
parent
commit
731114735e
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  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,