[devel] Remove extra png_debug() from png_write_find_filter()

in pngwutil.c, that was recently added by mistake.
This commit is contained in:
Glenn Randers-Pehrson
2009-08-13 18:09:22 -05:00
parent fbd727aa11
commit 951028949c
3 changed files with 2 additions and 2 deletions

View File

@@ -2173,8 +2173,6 @@ png_write_find_filter(png_structp png_ptr, png_row_infop row_info)
}
#endif
png_debug(1, "in png_write_find_filter");
/* Find out how many bytes offset each pixel is */
bpp = (row_info->pixel_depth + 7) >> 3;