From ef9fbb5b6ebf54c1acc1d9ecea761b8dab9d83a9 Mon Sep 17 00:00:00 2001 From: Jonathan Rainville Date: Mon, 30 Jul 2018 15:57:58 -0400 Subject: [PATCH] remove comment --- lib/modules/swarm/index.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/modules/swarm/index.js b/lib/modules/swarm/index.js index b5e02b1df..32a5363f1 100644 --- a/lib/modules/swarm/index.js +++ b/lib/modules/swarm/index.js @@ -31,7 +31,8 @@ class Swarm { this.setServiceCheck(); this.addProviderToEmbarkJS(); - //this.startProcess(() => {}); + // TODO add check to see if we need to start process + this.startProcess(() => {}); this.registerUploadCommand(); this._checkService((err) => {