mirror of https://github.com/grpc/grpc-node.git
Removed extra debugger statements
This commit is contained in:
parent
4c59f605fe
commit
6bf2447832
|
|
@ -118,11 +118,7 @@ function GrpcClientStream(call, options) {
|
|||
self.emit('status', event.data);
|
||||
}, 0);
|
||||
this.on('finish', function() {
|
||||
try {
|
||||
call.writesDone(function() {});
|
||||
} catch (e) {
|
||||
debugger;
|
||||
}
|
||||
call.writesDone(function() {});
|
||||
});
|
||||
/**
|
||||
* Indicate that reads should start, and start them if the INVOKE_ACCEPTED
|
||||
|
|
|
|||
Loading…
Reference in New Issue