From d0c2667e565803f2a0e1f862b01c38b33904ec7b Mon Sep 17 00:00:00 2001 From: Grandschtroumpf Date: Fri, 1 Mar 2019 16:51:45 +0100 Subject: [PATCH] remove console.log --- src/app/components/plugin-manager-component.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/app/components/plugin-manager-component.js b/src/app/components/plugin-manager-component.js index 3c29dbabeb..72a125e5f0 100644 --- a/src/app/components/plugin-manager-component.js +++ b/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 () {