From c46c2d14c3d96b6a608bf6c7c144b0957e4c02b9 Mon Sep 17 00:00:00 2001 From: "Kjetil S. Matheussen" Date: Mon, 9 Aug 2004 13:57:38 +0000 Subject: Remove debug prints. svn path=/trunk/externals/k_cext/; revision=1927 --- k_cext_generatecode.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/k_cext_generatecode.c b/k_cext_generatecode.c index 93023a4..3ab2fa9 100644 --- a/k_cext_generatecode.c +++ b/k_cext_generatecode.c @@ -194,20 +194,16 @@ static void k_cext_gen_mainfunccode(t_k_cext *x,int argc, t_atom* argv,int i, st case A_SYMBOL: sprintf(string,"%s",atom_getsymbolarg(i,argc,argv)->s_name); - printf("string: \"%s\"\n",string); - if(strstr(string,"s<")!=NULL){ char *pos=strstr(string,"s<"); pos[0]=' '; pos[1]='\"'; - printf("japp\n"); } if(strstr(string,">s")!=NULL){ char *pos=strstr(string,">s"); pos[0]='\"'; pos[1]=' '; - printf("japp2n"); } if(!strcmp(".",string)){ -- cgit v1.2.1