Description: Remove unnecessary stderr warning that was annoying Tesseract users
 leptonlib (1.72-3) unstable; urgency=medium
 .
   * Remove a bogus stderr warning that was annoying Tesseract users
Author: Jeff Breidenbach <jab@debian.org>

---

--- leptonlib-1.72.orig/src/tiffio.c
+++ leptonlib-1.72/src/tiffio.c
@@ -405,7 +405,6 @@ TIFF    *tif;
     }
 
     if (pagefound == FALSE) {
-        L_ERROR("tiff page %d not found\n", procName, n);
         TIFFCleanup(tif);
         return NULL;
     }
@@ -2211,9 +2210,6 @@ TIFF     *tif;
             break;
     }
 
-    if (pagefound == FALSE)
-        L_WARNING("tiff page %d not found\n", procName, n);
-
     TIFFClose(tif);
     return pix;
 }
