remove debug

This commit is contained in:
Andrey Sidorov 2014-03-03 11:54:49 +11:00
parent cd3753ee97
commit a5e75b4e7d

View file

@ -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'));