mirror of
https://github.com/danbulant/node-x11
synced 2026-06-24 17:21:47 +00:00
Remove unnecessary log
This commit is contained in:
parent
3d3bcfa901
commit
7268da486f
1 changed files with 0 additions and 1 deletions
|
|
@ -49,7 +49,6 @@ var run_randr_test = function(X, cb) {
|
||||||
if (err) {
|
if (err) {
|
||||||
cb(false);
|
cb(false);
|
||||||
} else {
|
} else {
|
||||||
console.log(version);
|
|
||||||
cb((version[0] === 1) && (version[1] >= 2));
|
cb((version[0] === 1) && (version[1] >= 2));
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue