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 if(1) NSLog
if you dont want log set 1 as 0.