provider-views: remove debug log

This commit is contained in:
Ifedapo .A. Olarewaju 2019-10-14 18:24:44 +03:00 committed by GitHub
parent 95e0707fcb
commit 731114735e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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,