Skip to content

Instantly share code, notes, and snippets.

@exce11ent
Created December 13, 2013 12:48
Show Gist options
  • Save exce11ent/7943766 to your computer and use it in GitHub Desktop.
Save exce11ent/7943766 to your computer and use it in GitHub Desktop.
Macros for logging
#ifdef DEBUG
#define NSLog(...) NSLog(__VA_ARGS__)
#else
#define NSLog(...)
#endif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment