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 Unnecessary Console Logs to Reduce Clutter #54

Closed
wants to merge 1 commit into from

Conversation

ShivamBisen
Copy link

This PR addresses the issue of console cluttering by removing unnecessary console log statements. These logs were causing unwanted noise in the console, making it difficult to debug and monitor the application's behavior.

Key changes:

  • Removed redundant console log statements from various parts of the codebase.
  • Retained console log statements in catch blocks for debugging purposes, ensuring that error information is still available during development.

This cleanup should result in a cleaner and more efficient console output, aiding in better debugging and application monitoring.

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

Successfully merging this pull request may close these issues.

2 participants