Clean up

Ylian Saint-Hilaire committed Jun 4, 2021 at 11:17 UTC e6fbf65815a95e8678b5215a9830831e90eeeda6
2 files changed +1 -5
agents/meshcore.js
-4
@@ -2941,10 +2941,6 @@ function processConsoleCommand(cmd, args, rights, sessionid) {
2941 sendPeriodicServerUpdate();
2942 break;
2943 }
2944 - case 'agentmsgx': {
2945 - try { mesh.SendCommand({ action: 'sessions', type: 'msg', value: { 0: { msg: "This is an old agent version, consider updating.", msgid: 117, icon: 3 } } }); } catch (ex) { }
2946 - break;
2947 - }
2944 case 'agentmsg': {
2945 if (args['_'].length == 0) {
2946 response = "Proper usage:\r\n agentmsg add \"[message]\" [iconIndex]\r\n agentmsg remove [index]\r\n agentmsg list"; // Display usage
views/default.handlebars
+1 -1
@@ -12388,7 +12388,7 @@
12388 114: "Removed push notification authentication device",
12389 115: "Added login token",
12390 116: "Removed login token",
12391 - 117: "This is an old agent version, consider updating.xx"
12391 + 117: "This is an old agent version, consider updating."
12392 };
12393
12394 // Highlights the device being hovered