diff --git a/openbsc/src/abis_nm.c b/openbsc/src/abis_nm.c index c64582a9..1bd38de1 100755 --- a/openbsc/src/abis_nm.c +++ b/openbsc/src/abis_nm.c @@ -2750,8 +2750,6 @@ int ipac_parse_bcch_info(struct ipac_bcch_info *binf, u_int8_t *buf) len = ntohs(*(u_int16_t *)cur); cur += 2; - DEBUGP(DNM, "bcch info: %s\n", hexdump(cur, len)); - binf->info_type = ntohs(*(u_int16_t *)cur); cur += 2;