Skip to content
This repository has been archived by the owner on Nov 22, 2024. It is now read-only.

Commit

Permalink
remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
Bao Zhiyuan committed Oct 23, 2024
1 parent d119287 commit 9ec5c6d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/build.mts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ fs.mkdirSync('dist')

async function getPRInfo(teamName: string) {
const prNumber = getPrNumber(teamName)
console.log(teamName, prNumber)
const res = await ghClient.request(
'GET /repos/{owner}/{repo}/pulls/{pull_number}',
{
Expand Down

0 comments on commit 9ec5c6d

Please sign in to comment.