remove console.log lol

This commit is contained in:
hazycora 2023-08-02 21:03:48 -05:00
parent 874924dd71
commit bf3fd74108
No known key found for this signature in database
GPG key ID: 215AF1F81F86940E

View file

@ -69,7 +69,6 @@ app.get('/:owner/:repo/issue/:num', async function (req, res) {
)}` )}`
) )
const issue = await issueResp.json() const issue = await issueResp.json()
console.log(issue)
let languages = {} let languages = {}
const languagesResp = await fetch( const languagesResp = await fetch(
`https://git.gay/api/v1/repos/${encodeURIComponent( `https://git.gay/api/v1/repos/${encodeURIComponent(