diff --git a/test/api/interop_extra_test.js b/test/api/interop_extra_test.js index d0df38e3..abf44b3c 100644 --- a/test/api/interop_extra_test.js +++ b/test/api/interop_extra_test.js @@ -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); }