mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-02-14 12:01:52 +00:00
Removed debug message
This commit is contained in:
parent
ada38185ac
commit
9a240577fa
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue