Merge pull request #730 from embark-framework/bug_fix/on-deploy-twice

remove double registerModule
This commit is contained in:
Iuri Matias 2018-08-23 14:50:00 -04:00 committed by GitHub
commit fc12a2996e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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});