[gs-cvs] rev 7766 - trunk/gs/src

raph at ghostscript.com raph at ghostscript.com
Mon Mar 5 13:50:20 PST 2007


Author: raph
Date: 2007-03-05 13:50:20 -0800 (Mon, 05 Mar 2007)
New Revision: 7766

Modified:
   trunk/gs/src/gscscie.c
Log:
Remove stray debug print that was left in previous commit (colorspace
refcount patch).


Modified: trunk/gs/src/gscscie.c
===================================================================
--- trunk/gs/src/gscscie.c	2007-03-05 21:09:35 UTC (rev 7765)
+++ trunk/gs/src/gscscie.c	2007-03-05 21:50:20 UTC (rev 7766)
@@ -162,8 +162,6 @@
 private void
 gx_final_CIEA(const gs_color_space * pcs)
 {
-    /* {csrc} debug */
-    dlprintf3("%08x %d += %d\n", pcs->params.a, pcs->params.a->rc.ref_count, -1);
     rc_adjust_const(pcs->params.a, -1, "gx_adjust_cspace_CIEA");
 }
 



More information about the gs-cvs mailing list