diff options
| author | Ted Ross <tross@apache.org> | 2013-05-30 20:55:08 +0000 |
|---|---|---|
| committer | Ted Ross <tross@apache.org> | 2013-05-30 20:55:08 +0000 |
| commit | 3232fb9b7376f74de4b5f95a9c9a0030e6ecb09e (patch) | |
| tree | 796f977ced2c2f7a0e78bdd4c04aa89e84fabc12 | |
| parent | 9f74e0656883c492eb17aab5433315338c0fe2ca (diff) | |
| download | qpid-python-3232fb9b7376f74de4b5f95a9c9a0030e6ecb09e.tar.gz | |
NO-JIRA - Removed debug prints.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1488008 13f79535-47bb-0310-9956-ffa450edef68
| -rw-r--r-- | qpid/extras/dispatch/src/agent.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/qpid/extras/dispatch/src/agent.c b/qpid/extras/dispatch/src/agent.c index 1e4e34df3f..2486d156c5 100644 --- a/qpid/extras/dispatch/src/agent.c +++ b/qpid/extras/dispatch/src/agent.c @@ -225,19 +225,16 @@ dx_agent_class_t *dx_agent_register_event(dx_dispatch_t *dx, 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); } |
