Remove debug messages from MappingNotify

This commit is contained in:
Ian Scott 2015-01-14 10:08:59 -08:00
parent ef2c30793a
commit 3e3f1805a2

View file

@ -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;
}