Index: /trunk/zoo-kernel/service_internal_js.c
===================================================================
--- /trunk/zoo-kernel/service_internal_js.c	(revision 276)
+++ /trunk/zoo-kernel/service_internal_js.c	(revision 277)
@@ -395,7 +395,7 @@
 	  jsmsg1 = JS_ValueToString(cx,nvp1j);
 	  len1 = JS_GetStringLength(jsmsg1);
-	  //#ifdef JS_DEBUG
+#ifdef JS_DEBUG
 	  fprintf(stderr,"JSVAL NVP1J IS OBJECT %s = %s\n",JS_EncodeString(cx,jsmsg),JS_EncodeString(cx,jsmsg1));
-	  //#endif
+#endif
 	  if(strcasecmp(JS_EncodeString(cx,jsmsg1),"[object Object]")==0){
 	    tres->name=strdup(JS_EncodeString(cx,jsmsg));
@@ -419,7 +419,7 @@
 
       }
-      //#ifdef JS_DEBUG
+#ifdef JS_DEBUG
       dumpMaps(tres);
-      //#endif
+#endif
       if(res==NULL)
 	res=dupMaps(&tres);
@@ -432,7 +432,7 @@
     }
   }
-  //#ifdef JS_DEBUG
+#ifdef JS_DEBUG
   dumpMaps(res);
-  //#endif
+#endif
   return res;
 }
Index: /trunk/zoo-kernel/zoo_service_loader.c
===================================================================
--- /trunk/zoo-kernel/zoo_service_loader.c	(revision 276)
+++ /trunk/zoo-kernel/zoo_service_loader.c	(revision 277)
@@ -1013,5 +1013,4 @@
 	    lmap->value=strdup(tmpValue);
 	    free(tmpValue);
-	    dumpMap(tmpmaps->content);
 	    tmpc=strtok(NULL,"@");
 	    continue;
@@ -1076,5 +1075,4 @@
 	      free(tmpx);
 	      addToMap(tmpmaps->content,"Reference",tmpv1+1);
-	      dumpMap(tmpmaps->content);
 	    }
 	  tmpc=strtok(NULL,"@");
@@ -1824,5 +1822,4 @@
     if(istat==0 && file_status.st_size>0){
       conf_read(session_file_path,tmpSess);
-      dumpMaps(tmpSess);
       addMapsToMaps(&m,tmpSess);
       freeMaps(&tmpSess);
@@ -1849,5 +1846,4 @@
     addToMap(request_inputs,"status","true");
     status=getMap(request_inputs,"status");
-    dumpMap(request_inputs);
     fprintf(stderr,"cgiSID : %s",cgiSid);
   }
