Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 7 Nov 2012 00:42:47 GMT
From:      Brooks Davis <brooks@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 219633 for review
Message-ID:  <201211070042.qA70glcZ081071@skunkworks.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://p4web.freebsd.org/@@219633?ac=10

Change 219633 by brooks@brooks_zenith on 2012/11/07 00:42:43

	Remove unneeded debugging output.

Affected files ...

.. //depot/projects/ctsrd/beribsd/src/ctsrd-lib/libimagebox/pngbox.c#3 edit

Differences ...

==== //depot/projects/ctsrd/beribsd/src/ctsrd-lib/libimagebox/pngbox.c#3 (text+ko) ====

@@ -112,8 +112,6 @@
 	png_get_IHDR(png_ptr, info_ptr, &width, &height, &bit_depth,
 	    &color_type, &interlace_type, NULL, NULL);
 
-	printf("bit_depth = %d, color_type = %d\n", bit_depth, color_type);
-
 	if (width != ids->is->width || height != ids->is->height) {
 		ids->is->error = 1;
 		goto error;



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201211070042.qA70glcZ081071>