mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-03-09 15:40:18 +00:00
Removed debug code, #3935
This commit is contained in:
parent
129f13e7c3
commit
2023a2f929
2 changed files with 1 additions and 7 deletions
|
@ -185,11 +185,7 @@ var CreateRDPDesktop = function (canvasid) {
|
|||
if (typeof action == 'object') { for (var i in action) { obj.m.SendKeyMsgKC(action[i][0], action[i][1], action[i][2]); } }
|
||||
else {
|
||||
var scan = shortcutToScan[kc];
|
||||
//console.log(action, kc, extendedKey, scan);
|
||||
if (scan != null) {
|
||||
//console.log('SEND', ['scancode', scan, ((action & 1) != 0)]);
|
||||
obj.socket.send(JSON.stringify(['scancode', scan, ((action & 1) != 0)]));
|
||||
}
|
||||
if (scan != null) { obj.socket.send(JSON.stringify(['scancode', scan, ((action & 1) != 0)])); }
|
||||
}
|
||||
}
|
||||
obj.m.mousedblclick = function () { }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue