Skip to content

Commit 850a7d7

Browse files
jazellyaduh95
andauthored
Update lib/github/tree.js
Co-authored-by: Antoine du Hamel <[email protected]>
1 parent c2d09f4 commit 850a7d7

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

lib/github/tree.js

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,6 @@ export default class GitHubTree {
2929

3030
async _getLastCommit() {
3131
const { request, owner, repo, branch, path } = this;
32-
console.log('asdasd', COMMIT_QUERY, {
33-
owner,
34-
repo,
35-
branch,
36-
path
37-
});
3832
const data = await request.gql(COMMIT_QUERY, {
3933
owner,
4034
repo,

0 commit comments

Comments
 (0)