Removed a dbg printf.

FossilOrigin-Name: 8020f1af0ea6d454889144d287e920c8a9fb0f99d1a212aac2302cb5ae57bd96
This commit is contained in:
7u83@mail.ru 2016-03-27 02:52:29 +00:00
parent 3cf0fd04d5
commit fa64aca0d8
1 changed files with 0 additions and 2 deletions

View File

@ -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);
}