summaryrefslogtreecommitdiff
path: root/xhfc/xhfc.c
diff options
context:
space:
mode:
Diffstat (limited to 'xhfc/xhfc.c')
-rw-r--r--xhfc/xhfc.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/xhfc/xhfc.c b/xhfc/xhfc.c
index df183cd..a7d3b5d 100644
--- a/xhfc/xhfc.c
+++ b/xhfc/xhfc.c
@@ -358,9 +358,6 @@ static int hdlc_rx_frame(struct xhfc_span *xhfc_span)
if (DBG_VERBOSE_HDLC && DBG_SPAN(xhfc_span))
xhfc_info(x, "%s, nothing to receive (%ld).\n", debugbuf, xhfc_span->non_rx_cnt);
xhfc_span->non_rx_cnt++;
- if (DBG_HDLC && DBG_SPAN(xhfc_span) && 0 == xhfc_span->non_rx_cnt % 2000)
- xhfc_info(x, "%s(fifo %d): Received nothing for %ld seconds.\n",
- __func__, fifo, xhfc_span->non_rx_cnt / 2000);
return 0;
}
xhfc_span->non_rx_cnt = 0;