rspro_util.c: Disable printf debugging

Change-Id: I69b6f62fc3e4fc8aabb230ab9a69891894e3f7a3
This commit is contained in:
Harald Welte 2019-04-01 10:51:08 +02:00
parent 5bae20b64d
commit 05dc39e391
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@ RsproPDU_t *rspro_dec_msg(struct msgb *msg)
RsproPDU_t *pdu = NULL;
asn_dec_rval_t rval;
printf("decoding %s\n", msgb_hexdump(msg));
//printf("decoding %s\n", msgb_hexdump(msg));
rval = ber_decode(NULL, &asn_DEF_RsproPDU, (void **) &pdu, msgb_l2(msg), msgb_l2len(msg));
if (rval.code != RC_OK) {
fprintf(stderr, "Failed to decode: %d. Consumed %lu of %u bytes\n",