Skip to content

Instantly share code, notes, and snippets.

@takuya-i
Created February 14, 2013 15:21
Show Gist options
  • Save takuya-i/4953504 to your computer and use it in GitHub Desktop.
Save takuya-i/4953504 to your computer and use it in GitHub Desktop.
iphone NSLog macro
#ifndef DEBUG
#define NSLog( m, args... )
#endif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment