We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c92520d commit 6b74c3aCopy full SHA for 6b74c3a
lib/endpoints.js
@@ -45,7 +45,6 @@ ep.prototype.get = function(action, params, cb) {
45
data.push(chunk);
46
}
47
}).on('end', function(){
48
- debugger;
49
cb(null, this.statusCode, Buffer.concat(data));
50
});
51
}).on('error', function(e) {
0 commit comments