Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deep-object-assign): remove and prohibit console.log() #446

Merged
merged 1 commit into from
Jul 18, 2020

Conversation

Thomaash
Copy link
Member

I personally use console.log() only for debugging purposes and that's what it was used for in this case. However somehow it got released though and pollutes the console in production.

This removes it from deepObjectAssign() and adds an ESLint rule to prevent this from happening again.

I personally use `console.log()` only for debugging purposes and that's
what it was used for in this case. However somehow it got released
though and pollutes the console in production.

This removes it from `deepObjectAssign()` and adds an ESLint rule to
prevent this from happening again.
@Thomaash Thomaash requested a review from a team July 18, 2020 16:13
@yotamberk yotamberk merged commit d859cbd into master Jul 18, 2020
@yotamberk yotamberk deleted the deep-object-assign-log branch July 18, 2020 16:15
@vis-bot
Copy link
Collaborator

vis-bot commented Jul 18, 2020

🎉 This PR is included in version 4.3.3 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants