Turn off debugging.

This commit is contained in:
Nathan Moinvaziri 2018-01-03 10:14:25 -08:00
parent 55e4fe414e
commit d60c6d20af

View File

@ -23,7 +23,7 @@
/***************************************************************************/
#if 1
#if 0
# define mz_stream_buffered_print(s,f,...) printf(f,__VA_ARGS__);
#else
# define mz_stream_buffered_print(s,f,...)