Skip to content

Commit

Permalink
fix: remove extra logging (#232)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-fenster committed Feb 6, 2020
1 parent 401e3b5 commit 3f60d98
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion typescript/src/schema/comments.ts
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,6 @@ export class CommentsMap {
) {
const messageType = fd.messageType[p[1]].name;
const field = fd.messageType[p[1]].field![p[3]];
// console.warn(field);
if (field) {
//Type Enum: TYPE_STRING, TYPE_BOOL, etc.
let paramType =
Expand Down
1 change: 0 additions & 1 deletion typescript/src/schema/proto.ts
Original file line number Diff line number Diff line change
Expand Up @@ -625,7 +625,6 @@ function augmentService(
return 0;
}
);
console.warn(augmentedService.pathTemplates);
return augmentedService;
}

Expand Down

0 comments on commit 3f60d98

Please sign in to comment.