From: Kalle Sommer Nielsen Date: Thu, 13 Jul 2017 23:18:58 +0000 (+0200) Subject: Turn off EXIF_DEBUG so Travis don't complain at me X-Git-Tag: php-7.2.0beta1~42 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f7d9f6456ccba63cbf582d2269cfcaa3da9600f4;p=php Turn off EXIF_DEBUG so Travis don't complain at me --- diff --git a/ext/exif/exif.c b/ext/exif/exif.c index cc42abd5bf..7558374291 100644 --- a/ext/exif/exif.c +++ b/ext/exif/exif.c @@ -49,8 +49,6 @@ */ #undef EXIF_DEBUG -#define EXIF_DEBUG 1 - #ifdef EXIF_DEBUG #define EXIFERR_DC , const char *_file, size_t _line #define EXIFERR_CC , __FILE__, __LINE__