arvind0598 / better-first-issues

Inspired by Good First Issues, this project aims to empower first-time contributors to find repositories and issues to contribute to.
https://better-first-issues.vercel.app
MIT License
4 stars 10 forks source link

Avoid using `console` in code that runs on browser #23

Closed adil14788 closed 3 years ago

adil14788 commented 3 years ago

I have found a console.log() statement in services/github/submit-query.ts, I think it not advisible to use console in the code that runs on the browse Screenshot (56) r

arvind0598 commented 3 years ago

That code actually runs on the server. You shouldn't be seeing it on the browser console. Any chance you can send over a screenshot or something?