# HG changeset patch # User Matti Hamalainen # Date 1352259822 -7200 # Node ID f119ebe3ad25ec7c524527da6bc09f483c80f373 # Parent 6fdee3ec28940a6cbe76826a6df31b13a12f43aa Remove debug printing code. diff -r 6fdee3ec2894 -r f119ebe3ad25 gfxconv.c --- a/gfxconv.c Wed Nov 07 05:22:25 2012 +0200 +++ b/gfxconv.c Wed Nov 07 05:43:42 2012 +0200 @@ -874,11 +874,6 @@ } } - for (index = 0; index < image->ncolors; index++) - { - fprintf(stderr, "mapping[%d] = %d\n", index, mapping[index]); - } - // Calculate final number of palette colors ncolors = 0; for (index = 0; index < image->ncolors; index++)