From 4160e3d0f8de39954f107c03461e9594a61d4975 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Thu, 20 Feb 2014 10:48:35 +0100 Subject: sysmobts: Remove debug left over from the SACCH fixes we made --- src/osmo-bts-sysmo/l1_if.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src') diff --git a/src/osmo-bts-sysmo/l1_if.c b/src/osmo-bts-sysmo/l1_if.c index a2e4be72..9eacb2ab 100644 --- a/src/osmo-bts-sysmo/l1_if.c +++ b/src/osmo-bts-sysmo/l1_if.c @@ -485,7 +485,6 @@ static int handle_ph_readytosend_ind(struct femtol1_hdl *fl1, uint8_t *si = lchan_sacch_get(lchan, &g_time); if (si) { /* +2 to not overwrite the ms_power/ta values */ - LOGP(DL1C, LOGL_NOTICE, "Data from SI pointer.\n"); memcpy(msu_param->u8Buffer+2, si, GSM_MACBLOCK_LEN-2); } else { /* +2 to not overwrite the ms_power/ta values */ -- cgit v1.2.3