Skip to content

Commit 6b74c3a

Browse files
committed
RMV: debugger
1 parent c92520d commit 6b74c3a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/endpoints.js

-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ ep.prototype.get = function(action, params, cb) {
4545
data.push(chunk);
4646
}
4747
}).on('end', function(){
48-
debugger;
4948
cb(null, this.statusCode, Buffer.concat(data));
5049
});
5150
}).on('error', function(e) {

0 commit comments

Comments
 (0)