Skip to content

Commit 5de38b2

Browse files
committed
chore: improve code
1 parent fe40a76 commit 5de38b2

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

packages/code-api/src/github/github.service.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -836,7 +836,6 @@ export class GitHubAPIService implements ICodeAPIService {
836836

837837
const { ref: branchName } = repositoryInfo;
838838

839-
console.log('paramTree: >>>>> repo', repo, repositoryInfo)
840839
const paramTree: API.RequestCreateTree[] = []
841840

842841
for await (const action of actions) {
@@ -871,7 +870,6 @@ export class GitHubAPIService implements ICodeAPIService {
871870

872871
// 将其关联分支的引用,此时才成功 push
873872
const referenceData = await this.rest.updateReference(repo, branchName, commitData.sha)
874-
console.log('paramTree: >>>>> referenceData', referenceData)
875873

876874
return [
877875
{

0 commit comments

Comments
 (0)