mirror of
https://github.com/danbulant/node-x11
synced 2026-06-17 21:51:17 +00:00
remove debug output
This commit is contained in:
parent
aa7ab0b7d5
commit
bc84ca9c59
1 changed files with 0 additions and 2 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue