Created
March 21, 2017 19:52
-
-
Save alexmx/2e1ae8fa7c7b10e9644a422668f94e1c to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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