Removed debug code in meshcore.js

This commit is contained in:
Ylian Saint-Hilaire
2022-02-15 18:37:59 -08:00
parent f68a6ce9a8
commit bbb9014fcd
2 changed files with 7 additions and 3 deletions

View File

@@ -1076,8 +1076,6 @@ function handleServerCommand(data) {
break;
}
case 'messagebox': {
sendConsoleText(JSON.stringify(data));
// Display a message box
if (data.title && data.msg)
{