Skip to content

Instantly share code, notes, and snippets.

@taberh
Created September 10, 2012 07:12
Show Gist options
  • Save taberh/3689377 to your computer and use it in GitHub Desktop.
Save taberh/3689377 to your computer and use it in GitHub Desktop.
DLog
#ifdef DEBUG
# define DLog(...) NSLog(__VA_ARGS__)
#else
# define DLog(...) /* */
#endif
#define ALog(...) NSLog(__VA_ARGS__)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment