Author: damitha
Date: Mon Jan 21 14:32:45 2008
New Revision: 614034

URL: http://svn.apache.org/viewvc?rev=614034&view=rev
Log:
cleaning the code

Modified:
    webservices/sandesha/trunk/c/src/handlers/sandesha2_out_handler.c
    webservices/sandesha/trunk/c/src/workers/sender_worker.c
    webservices/sandesha/trunk/c/src/wsrm/rm_elements.c

Modified: webservices/sandesha/trunk/c/src/handlers/sandesha2_out_handler.c
URL: 
http://svn.apache.org/viewvc/webservices/sandesha/trunk/c/src/handlers/sandesha2_out_handler.c?rev=614034&r1=614033&r2=614034&view=diff
==============================================================================
--- webservices/sandesha/trunk/c/src/handlers/sandesha2_out_handler.c (original)
+++ webservices/sandesha/trunk/c/src/handlers/sandesha2_out_handler.c Mon Jan 
21 14:32:45 2008
@@ -165,7 +165,6 @@
         return AXIS2_FAILURE;
     }
     /* Getting rm message */ 
-    AXIS2_LOG_DEBUG(env->log, AXIS2_LOG_SI, "came0"); 
     rm_msg_ctx = sandesha2_msg_init_init_msg(env, msg_ctx);
     temp_prop = axis2_msg_ctx_get_property(msg_ctx, env, 
SANDESHA2_CLIENT_DUMMY_MESSAGE);
     if(NULL != temp_prop)

Modified: webservices/sandesha/trunk/c/src/workers/sender_worker.c
URL: 
http://svn.apache.org/viewvc/webservices/sandesha/trunk/c/src/workers/sender_worker.c?rev=614034&r1=614033&r2=614034&view=diff
==============================================================================
--- webservices/sandesha/trunk/c/src/workers/sender_worker.c (original)
+++ webservices/sandesha/trunk/c/src/workers/sender_worker.c Mon Jan 21 
14:32:45 2008
@@ -482,7 +482,6 @@
         free_msg = AXIS2_TRUE;
         if(!res_envelope)
         {
-            AXIS2_LOG_DEBUG(env->log, AXIS2_LOG_SI, "came99");
             return AXIS2_SUCCESS;
         }
     }

Modified: webservices/sandesha/trunk/c/src/wsrm/rm_elements.c
URL: 
http://svn.apache.org/viewvc/webservices/sandesha/trunk/c/src/wsrm/rm_elements.c?rev=614034&r1=614033&r2=614034&view=diff
==============================================================================
--- webservices/sandesha/trunk/c/src/wsrm/rm_elements.c (original)
+++ webservices/sandesha/trunk/c/src/wsrm/rm_elements.c Mon Jan 21 14:32:45 2008
@@ -137,11 +137,8 @@
     axis2_char_t *rm_ns_val = NULL;
     axis2_char_t *addr_ns_val = NULL;
     
-    AXIS2_LOG_DEBUG(env->log, AXIS2_LOG_SI, "came1"); 
     AXIS2_PARAM_CHECK(env->error, soap_envelope, AXIS2_FAILURE);
-    AXIS2_LOG_DEBUG(env->log, AXIS2_LOG_SI, "came2"); 
     AXIS2_PARAM_CHECK(env->error, action, AXIS2_FAILURE);
-    AXIS2_LOG_DEBUG(env->log, AXIS2_LOG_SI, "came3"); 
     
     soap_version = axiom_soap_envelope_get_soap_version(soap_envelope, env);
     



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to