remove debug output

This commit is contained in:
Andrey Sidorov 2012-12-20 01:16:43 +11:00
parent aa7ab0b7d5
commit bc84ca9c59

View file

@ -117,8 +117,6 @@ module.exports = {
// create request packet - function OR format string
function(id, parentId, x, y, width, height, borderWidth, depth, _class, visual, values) {
console.log(values);
if (borderWidth === undefined)
borderWidth = 0;
if (depth === undefined)