From bc84ca9c599d2505c990a6e821f9ed8670183c65 Mon Sep 17 00:00:00 2001 From: Andrey Sidorov Date: Thu, 20 Dec 2012 01:16:43 +1100 Subject: [PATCH] remove debug output --- lib/x11/corereqs.js | 2 -- 1 file changed, 2 deletions(-) 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)