some debug dump removed

This commit is contained in:
Andrey Sidorov 2011-09-11 23:03:53 +10:00
parent 9e0b53c793
commit 0073aec478

View file

@ -252,7 +252,6 @@ module.exports = {
CreatePixmap: [
function(pid, drawable, depth, width, height) {
console.log(['CreatePixmap:', 'CCSLLSS', [53, depth, 4, pid, drawable, width, height]]);
return [ 'CCSLLSS', [53, depth, 4, pid, drawable, width, height] ];
}
],
@ -443,7 +442,6 @@ module.exports = {
format += 'L';
for (var offset=0; offset < buff.length - 4*listLength; offset += 4*listLength)
res.push(buff.unpack(format, offset));
console.log(res);
return res;
}
]