Skip to content

Instantly share code, notes, and snippets.

@alexmx
Created March 21, 2017 19:52
Show Gist options
  • Save alexmx/2e1ae8fa7c7b10e9644a422668f94e1c to your computer and use it in GitHub Desktop.
Save alexmx/2e1ae8fa7c7b10e9644a422668f94e1c to your computer and use it in GitHub Desktop.
#ifndef AMXLog
#ifdef DEBUG
#define AMXLog(f...) NSLog(f)
#else
#define AMXLog(...)
#endif
#endif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment