log: drop duplicate logging in ts_setup_lchans()

Change-Id: I569229328229047d399033d1483d09d323826692
This commit is contained in:
Neels Hofmeyr 2021-04-24 15:10:20 +02:00
parent ef28721c16
commit 4289327241
1 changed files with 0 additions and 2 deletions

View File

@ -215,8 +215,6 @@ static void ts_setup_lchans(struct gsm_bts_trx_ts *ts)
ts->pchan_is = ts->pchan_on_init;
break;
}
LOG_TS(ts, LOGL_DEBUG, "lchans initialized: %d\n", max_lchans);
}
static void ts_fsm_not_initialized(struct osmo_fsm_inst *fi, uint32_t event, void *data)