Removed debug message

Bryan Roe committed Feb 27, 2021 at 16:23 UTC 9a240577fa68801304e0b510df641e4abb77eeee
1 file changed +1 -1
agents/meshcore.js
+1 -1
@@ -971,7 +971,7 @@ function handleServerCommand(data) {
971 }
972 case 'setclip': {
973 // Set the load clipboard to a user value
974 - sendConsoleText('setClip: ' + JSON.stringify(data));
974 + //sendConsoleText('setClip: ' + JSON.stringify(data));
975 if (typeof data.data == 'string')
976 {
977 MeshServerLogEx(22, [data.data.length], "Setting clipboard content, " + data.data.length + " byte(s)", data);