Removed debug message

This commit is contained in:
Bryan Roe 2021-02-27 16:23:29 -08:00
parent ada38185ac
commit 9a240577fa

View File

@ -971,7 +971,7 @@ function handleServerCommand(data) {
}
case 'setclip': {
// Set the load clipboard to a user value
sendConsoleText('setClip: ' + JSON.stringify(data));
//sendConsoleText('setClip: ' + JSON.stringify(data));
if (typeof data.data == 'string')
{
MeshServerLogEx(22, [data.data.length], "Setting clipboard content, " + data.data.length + " byte(s)", data);