Commit 4b6134a4 authored by yann300's avatar yann300

remove unneeded event registration

parent 8447ee6e
......@@ -453,10 +453,6 @@ Please make a backup of your contracts and start using http://remix.ethereum.org
let sourceHighlighters = registry.get('editor').api.sourceHighlighters
let configProvider = self._components.filesProviders['config']
registry.get('app').api.event.register('tabChanged', (tabName) => {
if (tabName === 'Support') support.loadTab()
})
appManager.init([
{ profile: this.profile(), api: this },
{ profile: udapp.profile(), api: udapp },
......
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