[OML] don't hexdump bcch info

This commit is contained in:
Harald Welte 2009-11-13 14:42:52 +01:00
parent 161b4be119
commit 8c1a57c10d
1 changed files with 0 additions and 2 deletions

View File

@ -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;