I\'d like to do the following in Xcode:
Find all NSLog commands without comments, and replace it with //NSLog...
In other words, I want to comment all NSLog
#define NSLog(...)
add this line into your .pch file
if you want log than comment it