From 20cf21326f5e050178fd7d17b9c174f6e3716288 Mon Sep 17 00:00:00 2001 From: arshiam2 <arshiam2@illinois.edu> Date: Sun, 7 Oct 2018 20:59:29 -0500 Subject: [PATCH] wip --- machine/index.js | 1 - 1 file changed, 1 deletion(-) diff --git a/machine/index.js b/machine/index.js index 57081f6..69265ed 100644 --- a/machine/index.js +++ b/machine/index.js @@ -161,7 +161,6 @@ socket.on("message", function(message, rinfo) { ack(text[1], rinfo.address) } if (text[0] === "ack") { - console.log('ack ' + text[1]) updateTimeStamp(text[1]) updateStatuses() -- GitLab