Skip to content

Commit f103503

Browse files
Remove redundant debug logging from repository utility
1 parent 322d1ba commit f103503

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

src/utils/repository.ts

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -135,13 +135,6 @@ export class Repository {
135135
try {
136136
const defaultBranch: string = await this.defaultBranchName();
137137

138-
console.log("AAAAAAAAAAAAAAAAAAAAAAAAAAA");
139-
console.log("AAAAAAAAAAAAAAAAAAAAAAAAAAA");
140-
console.log("AAAAAAAAAAAAAAAAAAAAAAAAAAA");
141-
console.log("AAAAAAAAAAAAAAAAAAAAAAAAAAA");
142-
console.log(defaultBranch);
143-
console.log("bbbbbbbbbbbbbb");
144-
145138
return await this._octokit.rest.pulls.create(<
146139
RestEndpointMethodTypes["pulls"]["create"]["parameters"]
147140
>{

0 commit comments

Comments
 (0)