mirror of
https://github.com/embarklabs/embark.git
synced 2025-02-20 01:18:52 +00:00
remove unneeded assignment
This commit is contained in:
parent
1912981d7d
commit
9b368bc1b3
@ -28,8 +28,6 @@ class CodeGenerator {
|
||||
this.communicationConfig = options.communicationConfig || {};
|
||||
this.namesystemConfig = options.namesystemConfig || {};
|
||||
this.env = options.env || 'development';
|
||||
// TODO: this should also be removed and use events instead
|
||||
this.contractsManager = options.contractsManager;
|
||||
this.plugins = options.plugins;
|
||||
this.events = options.events;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user