From 8c7c299d0e04fbda2585ed0ea4e1fbc534082f6e Mon Sep 17 00:00:00 2001
From: arshiam2 <arshiam2@illinois.edu>
Date: Sun, 7 Oct 2018 22:04:37 -0500
Subject: [PATCH] wip

---
 inroducer/index.js | 1 +
 1 file changed, 1 insertion(+)

diff --git a/inroducer/index.js b/inroducer/index.js
index 4cd09d6..751d847 100644
--- a/inroducer/index.js
+++ b/inroducer/index.js
@@ -150,6 +150,7 @@ socket.on("message", function(message, rinfo) {
     console.log("Killed " + text[1].toString()[0])
     const ondLength = machines.length 
     machines = machines.filter(m => m.toString()[0] !== text[1].toString()[0]);
+    console.log(machines)
     getPairings(machines);
 
   }
-- 
GitLab