diff --git a/lib/ext/randr.js b/lib/ext/randr.js index e718ceb..2329a53 100644 --- a/lib/ext/randr.js +++ b/lib/ext/randr.js @@ -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'));