changeset 7617:faa7dad7b4b1

Removing annoying printf
author anders
date Sun, 06 Oct 2002 11:45:49 +0000
parents d09c125a88fa
children 555ef64dfe1c
files libaf/af.c
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libaf/af.c	Sun Oct 06 11:28:03 2002 +0000
+++ b/libaf/af.c	Sun Oct 06 11:45:49 2002 +0000
@@ -48,7 +48,6 @@
   af_instance_t* af=s->first; 
   // Find the filter
   while(af != NULL){
-    printf("%s\n",af->info->name);
     if(!strcmp(af->info->name,name))
       return af;
     af=af->next;