Disable debug prints in g4 tiff decoder

This commit is contained in:
Christoph Gohlke 2013-03-14 09:03:18 -07:00
parent 05531c880e
commit 26c037a08d

View File

@ -47,9 +47,9 @@ extern int ImagingLibTiffSetField(ImagingCodecState state, ttag_t tag, ...);
#define VA_ARGS(...) __VA_ARGS__
#define TRACE(args) fprintf(stderr, VA_ARGS args)
/*
#define TRACE(args)
*/
#endif