aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/abis_nm.c
diff options
context:
space:
mode:
Diffstat (limited to 'openbsc/src/abis_nm.c')
-rwxr-xr-xopenbsc/src/abis_nm.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/openbsc/src/abis_nm.c b/openbsc/src/abis_nm.c
index c64582a92..1bd38de17 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;