Closed AlexanderTang closed 2 years ago
Hi @AlexanderTang ..I will deploy a new version were all logs are removed. Thanks for pointing this out
This commit https://github.com/BioPhoton/angular-star-rating/commit/3428421602d1b8089e114504709dd215c3c2fbab fix this behavior and will come with the next version
Thanks for the quick response and fix! Cheers.
Subject of the issue
Since at least version 5.0.1 (and perhaps earlier) I encounter a bunch of console logs from this dependency. I updated to the currently latest version 5.1.0 and this console.log has not been removed yet. It stems from line 259 in angular-star-rating.mjs:
console.log('useHoverValue: ', useHoverValue);
This should be removed.
Your environment
Steps to reproduce
Simply open a page where the star rating is used.
Expected behaviour
No console logs visible
Actual behaviour
Yes console logs visible