sysmobts: Remove debug left over from the SACCH fixes we made

This commit is contained in:
Holger Hans Peter Freyther 2014-02-20 10:48:35 +01:00
parent 2755f6e5b4
commit 4160e3d0f8
1 changed files with 0 additions and 1 deletions

View File

@ -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 */