Skip to content

Commit d714138

Browse files
committed
removed console.log
1 parent 6447686 commit d714138

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/github/githubRepository.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -988,7 +988,6 @@ export class GitHubRepository extends Disposable {
988988
number: id,
989989
},
990990
}, true);
991-
console.log('data:', data);
992991
if (data.repository === null) {
993992
Logger.error('Unexpected null repository when getting PR', this.id);
994993
return;

0 commit comments

Comments
 (0)