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

remove console statements #62

Open
NiklasRentzCAU opened this issue Mar 27, 2023 · 1 comment
Open

remove console statements #62

NiklasRentzCAU opened this issue Mar 27, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@NiklasRentzCAU
Copy link
Member

As defined in our Prettier configuration, we should not use console log statements in our code - most messages should be logged in some other way either for the user to see or into some logging view in VS Code.
We need to look through remaining console statements currently disabled for linting to not throw errors and really fix them.

@NiklasRentzCAU NiklasRentzCAU added the enhancement New feature or request label Mar 27, 2023
@NiklasRentzCAU
Copy link
Member Author

Or, alternatively, discuss why some console logs are indeed sensible and if we should disable this specific check.

@NiklasRentzCAU NiklasRentzCAU mentioned this issue Apr 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant