Skip to content
Snippets Groups Projects
Commit 20cf2132 authored by arshiam2's avatar arshiam2
Browse files

wip

parent f8c6ffc7
No related branches found
No related tags found
1 merge request!2WIP: Old 4
...@@ -161,7 +161,6 @@ socket.on("message", function(message, rinfo) { ...@@ -161,7 +161,6 @@ socket.on("message", function(message, rinfo) {
ack(text[1], rinfo.address) ack(text[1], rinfo.address)
} }
if (text[0] === "ack") { if (text[0] === "ack") {
console.log('ack ' + text[1])
updateTimeStamp(text[1]) updateTimeStamp(text[1])
updateStatuses() updateStatuses()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment