Sanchitbajaj02 / palettegram

A social media app to get designs and color palettes for designers by designer.
https://palettegram.vercel.app
MIT License
59 stars 98 forks source link

Bug: Console logs not omitted in the build #380

Closed PranavKeshav24 closed 2 months ago

PranavKeshav24 commented 3 months ago

What happened?

The application contains console log statements that have not been removed in the production build. This issue can lead to performance degradation, unnecessary exposure of internal logic, and potential security risks. The logs in question are visible in the browser's console during runtime.

Add screenshots

image

Please assign this issue to me. I am a contributor at GSSoC' 24. I would be very happy to work on it.

What browsers are you seeing the problem on?

Firefox, Chrome, Safari, Microsoft Edge, Brave, Other

Record

github-actions[bot] commented 3 months ago

Congratulations, @PranavKeshav24! 🎉 Thank you for creating the issue. Your contribution is greatly appreciated and we look forward to working with you to resolve the issue. Keep up the great work!

'We will promptly review your changes and offer feedback. Keep up the excellent work! Kindly remember to check our Contributing Guidelines'

yashd-dev commented 3 months ago

Hi there, there are around 70 console logs over the entire project. Just don't delete the ones which are printing the errors. Assigned to you.

PranavKeshav24 commented 3 months ago

@yashd-dev Sure, I'll keep that in mind. Please add the level labels to the issue.

yashd-dev commented 3 months ago

Since this issue is minor, I have just assigned the gssoc label to grant you 1 point.

SuperSahitya commented 2 months ago

@Sanchitbajaj02 I have created a PR addressing this issue. I have commented out unnecessary logs while keeping the logs that report errors.

github-actions[bot] commented 2 months ago

Hello @PranavKeshav24! Your issue #380 has been closed. Thank you for your contribution!