Skip to content

Commit 5a0df88

Browse files
committed
remove debug code
1 parent 6d397dd commit 5a0df88

File tree

1 file changed

+0
-1
lines changed
  • repo-scripts/changelog-generator

1 file changed

+0
-1
lines changed

repo-scripts/changelog-generator/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,6 @@ async function getFixedIssueLink(
9898
method: 'GET'
9999
}
100100
).then(data => data.json());
101-
console.log(body, repo, prNumber);
102101

103102
const match = fixedIssueRegex.exec(body);
104103
if (!match) {

0 commit comments

Comments
 (0)