Hopefully it's ok to ask the following here:
I saw some code like
#ifdef DEBUG
NSLog(@[EMAIL PROTECTED]
"ContentSections now [%@[EMAIL PROTECTED]
",contentSections);
#endif
and wondering how this work
anywhere 'DEBUG' shall be defined?
Thanks for help