layer23/l1ctl: Remove useless printf debug

There is a proper LOGP statement, no need for a printf

Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
This commit is contained in:
Sylvain Munaut 2010-08-01 12:12:07 +02:00
parent 332b45535a
commit 54ff7c5f60
1 changed files with 0 additions and 1 deletions

View File

@ -156,7 +156,6 @@ static int rx_ph_data_ind(struct osmocom_ms *ms, struct msgb *msg)
meas->rxlev += dl->rx_level;
if (dl->num_biterr) {
printf("dropping frame with %u bit errors\n", dl->num_biterr);
LOGP(DL1C, LOGL_NOTICE, "Dropping frame with %u bit errors\n",
dl->num_biterr);
return 0;