layer23: l1ctl_tx_traffic_req(): cosmetic: drop dead code

Change-Id: I941899ab27282a495f965ae9a0f41076dceef953
Related: OS#5599
This commit is contained in:
Vadim Yanitskiy 2018-05-12 03:11:34 +07:00 committed by Vadim Yanitskiy
parent b2815c64a6
commit bdc5acdb13
1 changed files with 0 additions and 2 deletions

View File

@ -910,8 +910,6 @@ int l1ctl_tx_traffic_req(struct osmocom_ms *ms, struct msgb *msg,
DEBUGP(DL1C, "TRAFFIC REQ len=%zu (%s)\n", frame_len,
osmo_hexdump(frame, frame_len));
// printf("TX %s\n", osmo_hexdump(frame, frame_len));
/* prepend uplink info header */
l1i_ul = (struct l1ctl_info_ul *) msgb_push(msg, sizeof(*l1i_ul));