Skip to content

Instantly share code, notes, and snippets.

@alvaromuir
Created January 3, 2014 22:21
Show Gist options
  • Save alvaromuir/8247800 to your computer and use it in GitHub Desktop.
Save alvaromuir/8247800 to your computer and use it in GitHub Desktop.
Snippets
// Remove timestamp from NSLog
#define NSLog(FORMAT, ...) printf("%s\n", [[NSString stringWithFormat:FORMAT, ##__VA_ARGS__] UTF8String]);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment