-
Notifications
You must be signed in to change notification settings - Fork 237
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
excess logging clutters console #669
Comments
The minified version is just that, a minified version. It doesn't make any Your options:
On Wed, Mar 4, 2015 at 8:51 PM, sunil notifications@github.com wrote:
|
Thanks for the quick response Mike. For the moment I'm sure that setting data-cycle to false will be fine. I'm not sure whether to close the issue or not. That would depend on what the design intent is for the minified version. So I guess I'll leave the decision whether to close the issue or not to you. Again, thanks for cycle2. It's great. |
First off: this plugin is fantastic. Thanks for developing it. It's my first choice of component for doing things like building wordpress slider plugins.
Using the minified messages are logged to console. I see output like this:
I can see how this is useful, but does this kind of logging need to be in the minified version?
My usual expectation is that logging messages are stripped out of minified scripts, because the minified version are more likely to be used in production. At that point, logging is unneccesary.
I'm finding that if I use the minified version and I'm debugging something else on the page, logging from the minified cycle2 clutters the console, making it a little more difficult to find my own logging messages.
Thanks.
The text was updated successfully, but these errors were encountered: