mirror of https://github.com/embarklabs/embark.git
remove comment
This commit is contained in:
parent
0204eb6d46
commit
ef9fbb5b6e
|
@ -31,7 +31,8 @@ class Swarm {
|
||||||
|
|
||||||
this.setServiceCheck();
|
this.setServiceCheck();
|
||||||
this.addProviderToEmbarkJS();
|
this.addProviderToEmbarkJS();
|
||||||
//this.startProcess(() => {});
|
// TODO add check to see if we need to start process
|
||||||
|
this.startProcess(() => {});
|
||||||
this.registerUploadCommand();
|
this.registerUploadCommand();
|
||||||
|
|
||||||
this._checkService((err) => {
|
this._checkService((err) => {
|
||||||
|
|
Loading…
Reference in New Issue