mirror of
https://github.com/danbulant/node-x11
synced 2026-06-11 10:40:23 +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;
|
||||
X.QueryExtension('RANDR', function(err, ext) {
|
||||
debugger;
|
||||
|
||||
if (!ext.present)
|
||||
return callback(new Error('extension not available'));
|
||||
|
|
|
|||
Loading…
Reference in a new issue