From 54ff7c5f60c7c2c21676f409b714962e4b8f7cb7 Mon Sep 17 00:00:00 2001 From: Sylvain Munaut Date: Sun, 1 Aug 2010 12:12:07 +0200 Subject: [PATCH] layer23/l1ctl: Remove useless printf debug There is a proper LOGP statement, no need for a printf Signed-off-by: Sylvain Munaut --- src/host/layer23/src/common/l1ctl.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/host/layer23/src/common/l1ctl.c b/src/host/layer23/src/common/l1ctl.c index a5d616940..10d557208 100644 --- a/src/host/layer23/src/common/l1ctl.c +++ b/src/host/layer23/src/common/l1ctl.c @@ -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;