From 51331fca05cfbaba90d29daf0c75115f97a04af4 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Thu, 8 Nov 2007 03:34:08 +0000 Subject: striped out unneeded debug code svn path=/trunk/externals/hcs/; revision=8961 --- colorpanel.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'colorpanel.c') diff --git a/colorpanel.c b/colorpanel.c index 569b762..a7ef291 100644 --- a/colorpanel.c +++ b/colorpanel.c @@ -16,8 +16,6 @@ typedef struct _colorpanel static void colorpanel_bang(t_colorpanel *x) { - DEBUG(post("pd [concat %s callback [tk_chooseColor -initialcolor %s] \\;]\n", - x->x_s->s_name, x->current_color);); sys_vgui("pd [concat %s callback [tk_chooseColor -initialcolor %s] \\;]\n", x->x_s->s_name, x->current_color); } -- cgit v1.2.1