You are viewing a plain text version of this content. The canonical link for it is here.
Posted to savan-dev@ws.apache.org by da...@apache.org on 2007/06/28 15:50:36 UTC

svn commit: r551558 - /webservices/savan/trunk/c/src/util/savan_util.c

Author: damitha
Date: Thu Jun 28 06:50:35 2007
New Revision: 551558

URL: http://svn.apache.org/viewvc?view=rev&rev=551558
Log:
removing printfs

Modified:
    webservices/savan/trunk/c/src/util/savan_util.c

Modified: webservices/savan/trunk/c/src/util/savan_util.c
URL: http://svn.apache.org/viewvc/webservices/savan/trunk/c/src/util/savan_util.c?view=diff&rev=551558&r1=551557&r2=551558
==============================================================================
--- webservices/savan/trunk/c/src/util/savan_util.c (original)
+++ webservices/savan/trunk/c/src/util/savan_util.c Thu Jun 28 06:50:35 2007
@@ -406,7 +406,6 @@
 
     /* Set end point reference of echo service */
     address = subs_mgr_url;
-    printf("[savan] Using endpoint : %s\n", address);
 
     /* Create EPR with given address */
     endpoint_ref = axis2_endpoint_ref_create(env, address);
@@ -466,7 +465,6 @@
 
     /* Set end point reference of echo service */
     address = subs_mgr_url;
-    printf("[savan] Using endpoint : %s\n", address);
 
     /* Create EPR with given address */
     endpoint_ref = axis2_endpoint_ref_create(env, address);
@@ -589,7 +587,6 @@
     om_str = axiom_node_to_string(om_node, env);
     if (om_str)
     {
-        printf("\nSending OM : %s\n", om_str);
         AXIS2_LOG_DEBUG(env->log, AXIS2_LOG_SI, "Sending OM : %s", om_str);
         AXIS2_FREE(env->allocator, om_str);
         om_str =  NULL;