We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In end-trickle.js, statements about when Trickle starts and ends are output to the console.
end-trickle.js
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:
console.debug()
The text was updated successfully, but these errors were encountered:
Closing as this looks to be a Dev Tools issue.
Sorry, something went wrong.
No branches or pull requests
Subject of the issue
In
end-trickle.js
, statements about when Trickle starts and ends are output to the console.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:
console.debug()
The text was updated successfully, but these errors were encountered: