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.log statements #227

Closed
swashbuck opened this issue Jun 20, 2024 · 1 comment
Closed

Remove console.log statements #227

swashbuck opened this issue Jun 20, 2024 · 1 comment

Comments

@swashbuck
Copy link
Contributor

swashbuck commented Jun 20, 2024

Subject of the issue

In end-trickle.js, statements about when Trickle starts and ends are output to the console.

Trickle started
Trickle ended
Trickle started
Trickle ended
Trickle started
Trickle ended

This adds unnecessary messages to the console that are not valuable unless you are specifically troubleshooting a Trickle issue.

I would suggest one of the following:

  1. Remove these console messages entirely
  2. Change these to console.debug()
Screenshot 2024-06-20 at 10 24 35 AM
@swashbuck
Copy link
Contributor Author

Closing as this looks to be a Dev Tools issue.

@swashbuck swashbuck closed this as not planned Won't fix, can't repro, duplicate, stale Jun 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant