changeset 483:f119ebe3ad25

Remove debug printing code.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 07 Nov 2012 05:43:42 +0200
parents 6fdee3ec2894
children 81b92a0e754b
files gfxconv.c
diffstat 1 files changed, 0 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- 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++)