remove comment

This commit is contained in:
Jonathan Rainville 2018-07-30 15:57:58 -04:00 committed by Iuri Matias
parent 0204eb6d46
commit ef9fbb5b6e
1 changed files with 2 additions and 1 deletions

View File

@ -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) => {