Remove useless log

This commit is contained in:
lowlighter
2020-12-15 21:07:32 +01:00
parent f9460d6159
commit 6eac410f03
2 changed files with 1 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@@ -198,7 +198,6 @@
} }
//Retrieve previous render SHA to be able to update file content through API //Retrieve previous render SHA to be able to update file content through API
let sha = null let sha = null
console.log(github.context.repo)
try { try {
const {repository:{object:{oid}}} = await graphql(` const {repository:{object:{oid}}} = await graphql(`
query Sha { query Sha {