Removed stray debugger statement

pull/300/head
murgatroid99 10 years ago
parent 7bd3250c2a
commit 67c44110f8
  1. 1
      src/node/interop/interop_client.js

@ -178,7 +178,6 @@ function pingPong(client, done) {
payload: {body: zeroBuffer(payload_sizes[index])}
});
call.on('data', function(response) {
debugger;
assert.strictEqual(response.payload.type,
testProto.PayloadType.COMPRESSABLE);
assert.equal(response.payload.body.limit - response.payload.body.offset,

Loading…
Cancel
Save