-
-
Notifications
You must be signed in to change notification settings - Fork 259
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
There is no option to hide log while debugging #468
Comments
Hello team @AAChartModel , Do we have any feature to hide or disable log? |
--------------------------------------------------------------------------------
🎉 Congrats
🚀 AAInfographics (9.2.0) successfully published
📅 April 10th, 02:39
🌎 https://cocoapods.org/pods/AAInfographics
👍 Tell your friends!
-------------------------------------------------------------------------------- |
Fixed in this commit: Update to the version |
Usage sample: #if DEBUG
chartView.shouldPrintOptionsJSON = false
#endif |
Thank you for quick reply & solution! @AAChartModel |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Current: There is no option to hide log while debugging
Expected: Please provide a property to enable/disable console log.
We have to wait until @AAChartModel make this changes to the #package.
The text was updated successfully, but these errors were encountered: