mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-28 02:04:36 +03:00
Disable debug prints in g4 tiff decoder
This commit is contained in:
parent
05531c880e
commit
26c037a08d
|
@ -47,9 +47,9 @@ extern int ImagingLibTiffSetField(ImagingCodecState state, ttag_t tag, ...);
|
||||||
#define VA_ARGS(...) __VA_ARGS__
|
#define VA_ARGS(...) __VA_ARGS__
|
||||||
#define TRACE(args) fprintf(stderr, VA_ARGS args)
|
#define TRACE(args) fprintf(stderr, VA_ARGS args)
|
||||||
|
|
||||||
/*
|
|
||||||
#define TRACE(args)
|
#define TRACE(args)
|
||||||
*/
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user