remove console.log

pull/3094/head
Grandschtroumpf 6 years ago committed by yann300
parent 7618fc145c
commit d0c2667e56
  1. 1
      src/app/components/plugin-manager-component.js

@ -109,7 +109,6 @@ class PluginManagerComponent {
const resolveLocaton = (iframe) => this.appManager.resolveLocation(profile, iframe)
const api = new Plugin(profile, { resolveLocaton })
this.appManager.init([{profile, api}])
console.log(this.store)
}
render () {

Loading…
Cancel
Save