remove double registerModule

This commit is contained in:
Jonathan Rainville 2018-08-22 10:56:09 -04:00
parent b4e118c85b
commit 128620e281
1 changed files with 0 additions and 1 deletions

View File

@ -169,7 +169,6 @@ class Engine {
this.registerModule('profiler');
this.registerModule('deploytracker');
this.registerModule('specialconfigs');
this.registerModule('specialconfigs');
this.registerModule('console_listener', {ipc: self.ipc});
this.registerModule('contracts_manager');
this.registerModule('deployment', {plugins: this.plugins, onlyCompile: options.onlyCompile});