From 839faaa5978ad4beea1d2b1cf237a70c400f7915 Mon Sep 17 00:00:00 2001
From: arshiam2 <arshiam2@illinois.edu>
Date: Sat, 1 Dec 2018 22:41:20 -0600
Subject: [PATCH] update

---
 sfds/index.js | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sfds/index.js b/sfds/index.js
index c81ebc2..73ef8d5 100644
--- a/sfds/index.js
+++ b/sfds/index.js
@@ -420,8 +420,8 @@ app.post("/getSecond", function(req, res) {
   // console.log("spout got: " + req.body.state);
   // queue.push(req.body);
   // clients
-  console.log(clients.filter(e => String(e) !== String(process.env.VM)))
-  console.log(Math.min(...clients.filter(e => e !== process.env.VM)))
+  // clients.filter(e => String(e) !== String(process.env.VM))
+  console.log(Math.min(...clients.filter(e => String(e) !== String(process.env.VM))))
   res.send(clients);
 });
 
-- 
GitLab