summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVadim Yanitskiy <axilirator@gmail.com>2018-05-12 03:11:34 +0700
committerVadim Yanitskiy <axilirator@gmail.com>2018-10-03 18:43:08 +0700
commitc66e5e204395c694267316e2c70506a9192b8ba8 (patch)
tree9e4fa7f44380886526bb575782ccd12dd508a72a
parent8d093f5e291b847c326e02cbbe660a7ad5fc11e1 (diff)
common/l1ctl.c: cosmetic: drop dead code
-rw-r--r--src/host/layer23/src/common/l1ctl.c2
1 files changed, 0 insertions, 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));