]> granicus.if.org Git - php/commitdiff
Turn off EXIF_DEBUG so Travis don't complain at me
authorKalle Sommer Nielsen <kalle@php.net>
Thu, 13 Jul 2017 23:18:58 +0000 (01:18 +0200)
committerKalle Sommer Nielsen <kalle@php.net>
Thu, 13 Jul 2017 23:18:58 +0000 (01:18 +0200)
ext/exif/exif.c

index cc42abd5bff4f8114c8b500b9064a46cc8c4bb91..7558374291749e3c42384cd72c19aeb7f6330116 100644 (file)
@@ -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__