PERFORCE change 219633 for review

Brooks Davis brooks at FreeBSD.org
Wed Nov 7 00:42:48 UTC 2012


http://p4web.freebsd.org/@@219633?ac=10

Change 219633 by brooks at 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;


More information about the p4-projects mailing list