From 21e90904ac6902889e0a2a219c4d8b25630c767a Mon Sep 17 00:00:00 2001
From: "Mirar (Pontus Hagland)" <pike@sort.mirar.org>
Date: Tue, 25 May 1999 14:00:22 +0200
Subject: [PATCH] I never learn to remove debug printing...

Rev: src/modules/Image/blit.c:1.36
---
 src/modules/Image/blit.c | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/src/modules/Image/blit.c b/src/modules/Image/blit.c
index 6ff2e3a4d9..9831054948 100644
--- a/src/modules/Image/blit.c
+++ b/src/modules/Image/blit.c
@@ -1,10 +1,10 @@
-/* $Id: blit.c,v 1.35 1999/05/25 10:50:26 mirar Exp $ */
+/* $Id: blit.c,v 1.36 1999/05/25 12:00:22 mirar Exp $ */
 #include "global.h"
 
 /*
 **! module Image
 **! note
-**!	$Id: blit.c,v 1.35 1999/05/25 10:50:26 mirar Exp $
+**!	$Id: blit.c,v 1.36 1999/05/25 12:00:22 mirar Exp $
 **! class Image
 */
 
@@ -564,7 +564,6 @@ void image_paste_alpha_color(INT32 args)
 
    if (args==6 || args==4 || args==2 || args==3) /* color at arg 2.. */
       arg=1+getrgb(THIS,1,args,3,"image->paste_alpha_color()\n");
-   fprintf(stderr,"%02x%02x%02x\n",THIS->rgb.r,THIS->rgb.g,THIS->rgb.b);
    if (args>arg+1) 
    {
       if (sp[arg-args].type!=T_INT
-- 
GitLab