ASCI: Remove debug line, used during development process

Change-Id: Ie297353146cf30360a7030a2d5ee03e3391cce64
This commit is contained in:
Andreas Eversberg 2024-01-10 12:48:13 +01:00 committed by laforge
parent 79e7b7d213
commit b4573e57fa
1 changed files with 0 additions and 1 deletions

View File

@ -1776,7 +1776,6 @@ static int talker_identity(struct vgcs_bss *bss, uint8_t *l3, int l3_len)
struct osmo_mobile_identity mi;
int rc;
puts(osmo_hexdump(l3, l3_len));
rc = osmo_mobile_identity_decode_from_l3_buf(&mi, l3, l3_len, false);
if (rc < 0) {
LOG_BSS(bss, LOGL_DEBUG, "Talker's Identity cannot be decoded.\n");