mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-13 18:56:17 +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 TRACE(args) fprintf(stderr, VA_ARGS args)
|
||||
|
||||
/*
|
||||
|
||||
#define TRACE(args)
|
||||
*/
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user