summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--static/main.js3
1 files changed, 0 insertions, 3 deletions
diff --git a/static/main.js b/static/main.js
index d3ed1ac..365499a 100644
--- a/static/main.js
+++ b/static/main.js
@@ -45,9 +45,6 @@ var connect = function(socket) {
}
switch (mar[0]) {
- case "A": // authenticated
- socket.send("A") // confirm authenticated
- break
case "E": // unexpected error
alert(`The server reported an unexpected error, "${ mar[1] }". The system might be in an inconsistent state.`)
break