Skip to content

Instantly share code, notes, and snippets.

@codesburner
Forked from nolim1t/gist:200534
Created April 4, 2011 10:33
Show Gist options
  • Save codesburner/901445 to your computer and use it in GitHub Desktop.
Save codesburner/901445 to your computer and use it in GitHub Desktop.
#if TARGET_IPHONE_SIMULATOR
NSLog(@"Some debugging");
#else
// Do nothing!
#end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment