mirror of
https://github.com/status-im/embark-area-51.git
synced 2025-02-18 10:16:30 +00:00
remove double registerModule
This commit is contained in:
parent
b4e118c85b
commit
128620e281
@ -169,7 +169,6 @@ class Engine {
|
|||||||
this.registerModule('profiler');
|
this.registerModule('profiler');
|
||||||
this.registerModule('deploytracker');
|
this.registerModule('deploytracker');
|
||||||
this.registerModule('specialconfigs');
|
this.registerModule('specialconfigs');
|
||||||
this.registerModule('specialconfigs');
|
|
||||||
this.registerModule('console_listener', {ipc: self.ipc});
|
this.registerModule('console_listener', {ipc: self.ipc});
|
||||||
this.registerModule('contracts_manager');
|
this.registerModule('contracts_manager');
|
||||||
this.registerModule('deployment', {plugins: this.plugins, onlyCompile: options.onlyCompile});
|
this.registerModule('deployment', {plugins: this.plugins, onlyCompile: options.onlyCompile});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user