Skip to content

Commit

Permalink
remove cruft
Browse files Browse the repository at this point in the history
  • Loading branch information
ikhoon committed Aug 9, 2024
1 parent 83447a4 commit 49604a0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion site/release-note.ts
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,6 @@ function renderReleaseNotes(pullRequests: PullRequest[]): string {
builder.push(change.results.shift());
} else {
const links = change.references.map((id) => `#${id}`).join(' ');
console.log("Change : " + JSON.stringify(change));
if (change.results.length === 0) {
builder.push(`- ${change.title} ${links}`);
} else {
Expand Down

0 comments on commit 49604a0

Please sign in to comment.