From fa64aca0d81ea618f18b42e7a4a38dcbbc6b91f1 Mon Sep 17 00:00:00 2001 From: "7u83@mail.ru" <7u83@mail.ru@noemail.net> Date: Sun, 27 Mar 2016 02:52:29 +0000 Subject: [PATCH] Removed a dbg printf. FossilOrigin-Name: 8020f1af0ea6d454889144d287e920c8a9fb0f99d1a212aac2302cb5ae57bd96 --- src/cw/cw_out_wtp_reboot_statistics.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/cw/cw_out_wtp_reboot_statistics.c b/src/cw/cw_out_wtp_reboot_statistics.c index 51fe25af..a8f4cbf2 100644 --- a/src/cw/cw_out_wtp_reboot_statistics.c +++ b/src/cw/cw_out_wtp_reboot_statistics.c @@ -41,7 +41,6 @@ int cw_out_wtp_reboot_statistics(struct conn *conn, struct cw_action_out *a, if (a->mand) { cw_log(LOG_ERR, "Can't put mandatory element WTP_REBOOT_STATISTICS"); - printf("retu 0 err\n"); return 0; } return 0; @@ -61,5 +60,4 @@ int cw_out_wtp_reboot_statistics(struct conn *conn, struct cw_action_out *a, int l = d - dst - 4; return l + cw_put_elem_hdr(dst, a->elem_id, l); - }