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