Skip to content

Instantly share code, notes, and snippets.

@ppworks
Created July 19, 2012 23:39
Show Gist options
  • Save ppworks/3147667 to your computer and use it in GitHub Desktop.
Save ppworks/3147667 to your computer and use it in GitHub Desktop.
DEBUG or not
#if DEBUG
NSLog(@"development mode");
#else
NSLog(@"production mode");
#endif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment