Skip to content

Commit

Permalink
fix: do not log parameters (#596)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-fenster committed Jul 10, 2020
1 parent 7ed5e02 commit 0433729
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/generator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,6 @@ export class Generator {
const arr = param.split('=');
this.paramMap[arr[0].toKebabCase()] = arr[1];
}
// Print the parameters to simplify transition to Bazel build.
console.warn('gapic-generator-typescript parameters:', this.paramMap);
}

private async readGrpcServiceConfig() {
Expand Down

0 comments on commit 0433729

Please sign in to comment.