Index: /trunk/zoo-project/zoo-kernel/service_conf.y
===================================================================
--- /trunk/zoo-project/zoo-kernel/service_conf.y	(revision 476)
+++ /trunk/zoo-project/zoo-kernel/service_conf.y	(revision 477)
@@ -807,5 +807,4 @@
 
   int resultatYYParse = srparse() ;
-  fprintf(stderr,"%s %d %d\n",__FILE__,__LINE__,resultatYYParse);
 
 #ifdef DEBUG_SERVICE_CONF
@@ -826,5 +825,4 @@
       addToElements(&my_service->outputs,current_element);
     }
-  fprintf(stderr,"%s %d\n",__FILE__,__LINE__);
 #ifdef DEBUG_SERVICE_CONF
     fprintf(stderr,"(DATAOUTPUTS - %d) FREE current_element\n",__LINE__);
@@ -837,5 +835,4 @@
 #endif
   }
-  fprintf(stderr,"%s %d\n",__FILE__,__LINE__);
   if(current_element!=NULL){
     freeElements(&current_element);
@@ -843,5 +840,4 @@
     current_element=NULL;
   }
-  fprintf(stderr,"%s %d\n",__FILE__,__LINE__);
   if(current_content!=NULL){
     freeMap(&current_content);
@@ -849,5 +845,4 @@
     current_content=NULL;
   }
-  fprintf(stderr,"%s %d\n",__FILE__,__LINE__);
   fclose(srin);
 #ifdef DEBUG_SERVICE_CONF
@@ -865,6 +860,4 @@
   else
     *service=my_service;
-  dumpService(my_service);
-  fprintf(stderr,"%s %d\n",__FILE__,__LINE__);
 
 #ifndef WIN32
