From 8a584599efded8c54473f57ffbf861b878c1b21c Mon Sep 17 00:00:00 2001 From: "7u83@mail.ru" <7u83@mail.ru@noemail.net> Date: Tue, 12 Apr 2016 05:40:41 +0000 Subject: [PATCH] removed dbg prints. FossilOrigin-Name: 373e2f0041330389ff50d0ca005a85e6fc69f7c06aab1ebda13015f1e89e753f --- src/cw/cw_put_msg.c | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/src/cw/cw_put_msg.c b/src/cw/cw_put_msg.c index 5e3b2eb3..fcff00ff 100644 --- a/src/cw/cw_put_msg.c +++ b/src/cw/cw_put_msg.c @@ -72,11 +72,9 @@ int cw_put_msg(struct conn *conn, uint8_t * rawout) for (e=m->list; e; e=e->next) { cw_action_out_t *ae=(cw_action_out_t*)e->data; - DBGX("Put %d %i %p\n",ae->msg_id,ae->elem_id,ae->item_id); //printf("Put %d %i %s\n",ae->msg_id,ae->elem_id,ae->item_id); - DBGX("Elem ID %s",ae->item_id); if ( ae->item_id ) { - DBGX("Item ID: %s %p",ae->item_id,CW_ITEM_NONE); + // DBGX("Item ID: %s %p",ae->item_id,CW_ITEM_NONE); } if (ae->msg_id != as.msg_id) { @@ -168,15 +166,15 @@ int cw_put_custom_msg(struct conn *conn, uint8_t * rawout, mavl_conststr_t elems int len = 0; while(NULL != (ae=avliter_next(&i))) { - DBGX("Put %d %i %p\n",ae->msg_id,ae->elem_id,ae->item_id); - DBGX("Elem ID %s",ae->item_id); +// DBGX("Put %d %i %p\n",ae->msg_id,ae->elem_id,ae->item_id); +// DBGX("Elem ID %s",ae->item_id); if ( ae->item_id ) { - DBGX("Item ID: %s %p",ae->item_id,CW_ITEM_NONE); +// DBGX("Item ID: %s %p",ae->item_id,CW_ITEM_NONE); } if (ae->msg_id != as.msg_id) {