diff libaf/af.c @ 7617:faa7dad7b4b1

Removing annoying printf
author anders
date Sun, 06 Oct 2002 11:45:49 +0000
parents c67328dd459a
children 90e16aa8ae5f
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;