From a5e75b4e7dabdfad67ef06d7d80588bb448c81c4 Mon Sep 17 00:00:00 2001 From: Andrey Sidorov Date: Mon, 3 Mar 2014 11:54:49 +1100 Subject: [PATCH] remove debug --- lib/ext/randr.js | 1 - 1 file changed, 1 deletion(-) 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'));