Skip to content

Commit

Permalink
fix: errant console.log statement
Browse files Browse the repository at this point in the history
  • Loading branch information
cprice404 committed Aug 6, 2024
1 parent da47516 commit f89046f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/client-sdk-nodejs/src/internal/pubsub-client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ export class PubsubClient extends AbstractPubsubClient<ServiceError> {

const channelOptions = grpcChannelOptionsFromGrpcConfig(grpcConfig);

console.log(
this.getLogger().trace(
`Creating pubsub client with channel options: ${JSON.stringify(
channelOptions,
null,
Expand Down

0 comments on commit f89046f

Please sign in to comment.