Skip to content

Commit

Permalink
enable logs in tiff
Browse files Browse the repository at this point in the history
  • Loading branch information
kkopachev committed May 24, 2020
1 parent d4c3a90 commit e13704b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/libImaging/TiffDecode.h
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,9 @@ extern int ImagingLibTiffSetField(ImagingCodecState state, ttag_t tag, ...);
legacy, don't enable for Python 3.x, unicode issues.
*/

/*
#define VA_ARGS(...) __VA_ARGS__
#define TRACE(args) fprintf(stderr, VA_ARGS args)
*/

#define TRACE(args)
// #define TRACE(args)

#endif

0 comments on commit e13704b

Please sign in to comment.