this is what I use to disable logging. so I can think of a solution like this:
#ifdef DEBUG
#define NSLog(s,...)
#endif
somewhere in Prefix.pch or in global includes file.
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
#define NSLog(s,...)
this is what I use to disable logging. so I can think of a solution like this:
#ifdef DEBUG
#define NSLog(s,...)
#endif
somewhere in Prefix.pch or in global includes file.