fix printing of measurement results

This commit is contained in:
Harald Welte 2009-06-05 19:57:24 +00:00
parent 8b697c74c7
commit 30b66d79cd
1 changed files with 0 additions and 1 deletions

View File

@ -752,7 +752,6 @@ static int abis_rsl_rx_dchan(struct msgb *msg)
rc = rsl_rx_conn_fail(msg);
break;
case RSL_MT_MEAS_RES:
DEBUGPC(DRSL, "MEAS_RES\n");
rc = rsl_rx_meas_res(msg);
break;
case RSL_MT_RF_CHAN_REL_ACK: