Removed debug code in meshcore.js
Ylian Saint-Hilaire committed
Feb 15, 2022 at 18:37 UTC
bbb9014fcda8465918b53129c641b5b6cd3b1e61
2 files changed
+7
-3
agents/meshcore.js
-2
@@ -1076,8 +1076,6 @@ function handleServerCommand(data) {
1076
break;
1077
}
1078
case 'messagebox': {
1079
- sendConsoleText(JSON.stringify(data));
1080
-
1079
// Display a message box
1080
if (data.title && data.msg)
1081
{
package.json
+7
-1
@@ -36,6 +36,8 @@
36
"sample-config-advanced.json"
37
],
38
"dependencies": {
39
+ "@yetzt/nedb": "^1.8.0",
40
+ "archiver": "^4.0.2",
41
"body-parser": "^1.19.0",
42
"cbor": "~5.2.0",
43
"compression": "^1.7.4",
@@ -44,10 +46,14 @@
46
"express-handlebars": "^5.3.5",
47
"express-ws": "^4.0.0",
48
"ipcheck": "^0.1.0",
49
+ "loadavg-windows": "^1.1.1",
50
"minimist": "^1.2.5",
51
+ "mongodb": "^4.1.0",
52
"multiparty": "^4.2.1",
49
- "@yetzt/nedb": "^1.8.0",
53
"node-forge": "^1.0.0",
54
+ "node-windows": "^0.1.4",
55
+ "otplib": "^10.2.3",
56
+ "saslprep": "^1.0.3",
57
"ws": "^5.2.3",
58
"yauzl": "^2.10.0"
59
},