mirror of
https://github.com/danbulant/node-x11
synced 2026-06-19 14:41:03 +00:00
Merge pull request #78 from Arteris/master
Remove debug messages from MappingNotify
This commit is contained in:
commit
5e14ac2301
1 changed files with 0 additions and 3 deletions
|
|
@ -408,9 +408,6 @@ XClient.prototype.unpackEvent = function(type, seq, extra, code, raw, headerBuf)
|
|||
event.request = headerBuf[4];
|
||||
event.firstKeyCode = headerBuf[5];
|
||||
event.count = headerBuf[6];
|
||||
// TODO cleanup
|
||||
console.log(values);
|
||||
console.log(raw);
|
||||
}
|
||||
return event;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue