Skip to content
Snippets Groups Projects
Commit 67c44110 authored by murgatroid99's avatar murgatroid99
Browse files

Removed stray debugger statement

parent 7bd3250c
No related branches found
No related tags found
No related merge requests found
...@@ -178,7 +178,6 @@ function pingPong(client, done) { ...@@ -178,7 +178,6 @@ function pingPong(client, done) {
payload: {body: zeroBuffer(payload_sizes[index])} payload: {body: zeroBuffer(payload_sizes[index])}
}); });
call.on('data', function(response) { call.on('data', function(response) {
debugger;
assert.strictEqual(response.payload.type, assert.strictEqual(response.payload.type,
testProto.PayloadType.COMPRESSABLE); testProto.PayloadType.COMPRESSABLE);
assert.equal(response.payload.body.limit - response.payload.body.offset, assert.equal(response.payload.body.limit - response.payload.body.offset,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment