diff --git a/lib/x11/corereqs.js b/lib/x11/corereqs.js index f88bd45..28f884f 100644 --- a/lib/x11/corereqs.js +++ b/lib/x11/corereqs.js @@ -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)