mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-04-29 06:07:55 -04:00
Removed debug message
This commit is contained in:
parent
ada38185ac
commit
9a240577fa
@ -971,7 +971,7 @@ function handleServerCommand(data) {
|
|||||||
}
|
}
|
||||||
case 'setclip': {
|
case 'setclip': {
|
||||||
// Set the load clipboard to a user value
|
// Set the load clipboard to a user value
|
||||||
sendConsoleText('setClip: ' + JSON.stringify(data));
|
//sendConsoleText('setClip: ' + JSON.stringify(data));
|
||||||
if (typeof data.data == 'string')
|
if (typeof data.data == 'string')
|
||||||
{
|
{
|
||||||
MeshServerLogEx(22, [data.data.length], "Setting clipboard content, " + data.data.length + " byte(s)", data);
|
MeshServerLogEx(22, [data.data.length], "Setting clipboard content, " + data.data.length + " byte(s)", data);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user