mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-13 10:46:16 +03:00
Merge pull request #114 from cgohlke/patch-1
Disable debug prints in g4 tiff decoder
This commit is contained in:
commit
1095f2d03e
|
@ -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