mirror of
https://github.com/danbulant/node-x11
synced 2026-07-05 11:10:58 +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
|
// create request packet - function OR format string
|
||||||
function(id, parentId, x, y, width, height, borderWidth, depth, _class, visual, values) {
|
function(id, parentId, x, y, width, height, borderWidth, depth, _class, visual, values) {
|
||||||
|
|
||||||
console.log(values);
|
|
||||||
|
|
||||||
if (borderWidth === undefined)
|
if (borderWidth === undefined)
|
||||||
borderWidth = 0;
|
borderWidth = 0;
|
||||||
if (depth === undefined)
|
if (depth === undefined)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue