rspro_util.c: Disable printf debugging

Change-Id: I69b6f62fc3e4fc8aabb230ab9a69891894e3f7a3
diff --git a/src/rspro_util.c b/src/rspro_util.c
index 725b56f..1e5ce99 100644
--- a/src/rspro_util.c
+++ b/src/rspro_util.c
@@ -86,7 +86,7 @@
 	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",