Possible Duplicate:
Do I need to disable NSLog before release Application?
In my iPhone app there are more than 20 classes.Every where I am printing so many values using NSLog.When I run my app on simulator it is bit low because of some NSLogs(specially printing NSData etc)
Will it be slow if I finished the app and run it on device after making the ipa file ? Or should I comment all the NSLogs from classes ?