From 049c40b4575386bbd10d2696ca6bc90857b46ba0 Mon Sep 17 00:00:00 2001 From: yann300 Date: Mon, 16 Nov 2020 17:33:15 +0100 Subject: [PATCH] remove console.log --- apps/remix-ide/src/remixAppManager.js | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/apps/remix-ide/src/remixAppManager.js b/apps/remix-ide/src/remixAppManager.js index c636743626..03b1cef7e3 100644 --- a/apps/remix-ide/src/remixAppManager.js +++ b/apps/remix-ide/src/remixAppManager.js @@ -33,7 +33,6 @@ export class RemixAppManager extends PluginManager { } async canDeactivatePlugin (from, to) { - console.log('canDeactivatePlugin', from, to) if (requiredModules.includes(name)) return false return from.name === 'manager' } @@ -71,9 +70,7 @@ export class RemixAppManager extends PluginManager { this.event.emit('deactivate', plugin) } - onRegistration () { - console.log('manager has been registered') - } + onRegistration () {} async ensureActivated (apiName) { await this.activatePlugin(apiName)