Author: tross
Date: Thu May 30 20:55:08 2013
New Revision: 1488008

URL: http://svn.apache.org/r1488008
Log:
NO-JIRA - Removed debug prints.

Modified:
    qpid/trunk/qpid/extras/dispatch/src/agent.c

Modified: qpid/trunk/qpid/extras/dispatch/src/agent.c
URL: 
http://svn.apache.org/viewvc/qpid/trunk/qpid/extras/dispatch/src/agent.c?rev=1488008&r1=1488007&r2=1488008&view=diff
==============================================================================
--- qpid/trunk/qpid/extras/dispatch/src/agent.c (original)
+++ qpid/trunk/qpid/extras/dispatch/src/agent.c Thu May 30 20:55:08 2013
@@ -225,19 +225,16 @@ dx_agent_class_t *dx_agent_register_even
 
 void dx_agent_value_string(void *correlator, const char *key, const char 
*value)
 {
-    printf("STRING: %s => %s\n", key, value);
 }
 
 
 void dx_agent_value_uint(void *correlator, const char *key, uint64_t value)
 {
-    printf("UINT  : %s => %ld\n", key, value);
 }
 
 
 void dx_agent_value_null(void *correlator, const char *key)
 {
-    printf("NULL  : %s\n", key);
 }
 
 



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to