소스 검색

provider-views: remove debug log

Ifedapo .A. Olarewaju 5 년 전
부모
커밋
731114735e
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  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,