mirror of https://github.com/grpc/grpc-node.git
Remove extra log lines
This commit is contained in:
parent
33875dce4a
commit
f963c5e8cc
|
|
@ -46,8 +46,6 @@ function multiDone(done, count) {
|
|||
function echoMetadataGenerator(options, callback) {
|
||||
const metadata = new grpc.Metadata();
|
||||
metadata.set('x-grpc-test-echo-initial', 'test_initial_metadata_value');
|
||||
console.log('Adding metadata');
|
||||
console.log(metadata);
|
||||
callback(null, metadata);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue