mirror of https://github.com/embarklabs/embark.git
Removed unused host/port options passed in to the swarm service.
This commit is contained in:
parent
cc30ff390e
commit
f59a187bce
|
@ -199,8 +199,6 @@ class Engine {
|
|||
this.registerModule('swarm', {
|
||||
addCheck: this.servicesMonitor.addCheck.bind(this.servicesMonitor),
|
||||
storageConfig: this.config.storageConfig,
|
||||
host: _options.host,
|
||||
port: _options.port,
|
||||
web3: _options.web3
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue