mirror of
https://github.com/danbulant/node-x11
synced 2026-06-24 09:12:13 +00:00
remove debug
This commit is contained in:
parent
cd3753ee97
commit
a5e75b4e7d
1 changed files with 0 additions and 1 deletions
|
|
@ -7,7 +7,6 @@ exports.requireExt = function(display, callback)
|
||||||
{
|
{
|
||||||
var X = display.client;
|
var X = display.client;
|
||||||
X.QueryExtension('RANDR', function(err, ext) {
|
X.QueryExtension('RANDR', function(err, ext) {
|
||||||
debugger;
|
|
||||||
|
|
||||||
if (!ext.present)
|
if (!ext.present)
|
||||||
return callback(new Error('extension not available'));
|
return callback(new Error('extension not available'));
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue