Removed a dbg printf.
FossilOrigin-Name: 8020f1af0ea6d454889144d287e920c8a9fb0f99d1a212aac2302cb5ae57bd96
This commit is contained in:
parent
3cf0fd04d5
commit
fa64aca0d8
@ -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);
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user