We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe40a76 commit 5de38b2Copy full SHA for 5de38b2
1 file changed
packages/code-api/src/github/github.service.ts
@@ -836,7 +836,6 @@ export class GitHubAPIService implements ICodeAPIService {
836
837
const { ref: branchName } = repositoryInfo;
838
839
- console.log('paramTree: >>>>> repo', repo, repositoryInfo)
840
const paramTree: API.RequestCreateTree[] = []
841
842
for await (const action of actions) {
@@ -871,7 +870,6 @@ export class GitHubAPIService implements ICodeAPIService {
871
870
872
// 将其关联分支的引用,此时才成功 push
873
const referenceData = await this.rest.updateReference(repo, branchName, commitData.sha)
874
- console.log('paramTree: >>>>> referenceData', referenceData)
875
876
return [
877
{
0 commit comments