I have an app that is ready to publish to an App Store. I have thousands of NSLog statements. I have 2 questions:
1 - if that logs output something, like values of array with hundreds elements, does that behaviour will work when user work with app? Will reduce it performance?
2 - Is there any option to refactor code, to simply comment all of nslogs
, without explicitly do that manually?
Thanks.