From c66e5e204395c694267316e2c70506a9192b8ba8 Mon Sep 17 00:00:00 2001 From: Vadim Yanitskiy Date: Sat, 12 May 2018 03:11:34 +0700 Subject: common/l1ctl.c: cosmetic: drop dead code Change-Id: I941899ab27282a495f965ae9a0f41076dceef953 --- src/host/layer23/src/common/l1ctl.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/host/layer23/src/common/l1ctl.c b/src/host/layer23/src/common/l1ctl.c index 659bfcbe..15227958 100644 --- a/src/host/layer23/src/common/l1ctl.c +++ b/src/host/layer23/src/common/l1ctl.c @@ -826,8 +826,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)); -- cgit v1.2.3