Commit 049c40b4 authored by yann300's avatar yann300

remove console.log

parent 4fc00048
...@@ -33,7 +33,6 @@ export class RemixAppManager extends PluginManager { ...@@ -33,7 +33,6 @@ export class RemixAppManager extends PluginManager {
} }
async canDeactivatePlugin (from, to) { async canDeactivatePlugin (from, to) {
console.log('canDeactivatePlugin', from, to)
if (requiredModules.includes(name)) return false if (requiredModules.includes(name)) return false
return from.name === 'manager' return from.name === 'manager'
} }
...@@ -71,9 +70,7 @@ export class RemixAppManager extends PluginManager { ...@@ -71,9 +70,7 @@ export class RemixAppManager extends PluginManager {
this.event.emit('deactivate', plugin) this.event.emit('deactivate', plugin)
} }
onRegistration () { onRegistration () {}
console.log('manager has been registered')
}
async ensureActivated (apiName) { async ensureActivated (apiName) {
await this.activatePlugin(apiName) await this.activatePlugin(apiName)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment