remove console.log

pull/1/head
Grandschtroumpf 6 years ago committed by yann300
parent 66931ebc8a
commit 77a585784d
  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