Skip to content

Commit a1b6c0f

Browse files
committed
remove console log
1 parent 2d34c10 commit a1b6c0f

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
@@ -104,7 +104,6 @@ async function getFixedIssueLink(
104104
return '';
105105
}
106106

107-
console.log(match);
108107
const issueNumber = match[3];
109108
return `Fixed [#${issueNumber}](https://github.com/firebase/firebase-js-sdk/issues/${issueNumber})`;
110109
}

0 commit comments

Comments
 (0)