mirror of
https://github.com/danbulant/node-x11
synced 2026-06-15 20:51:30 +00:00
Remove debug messages from MappingNotify
This commit is contained in:
parent
ef2c30793a
commit
3e3f1805a2
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