1
0
Fork 0
mirror of https://github.com/Ylianst/MeshCentral.git synced 2025-03-09 15:40:18 +00:00

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)
{