mirror of
https://github.com/danbulant/node-x11
synced 2026-06-10 10:11:03 +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) {
|
||||
cb(false);
|
||||
} else {
|
||||
console.log(version);
|
||||
cb((version[0] === 1) && (version[1] >= 2));
|
||||
}
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in a new issue