From b46b85361b47506fd097b2067d9cca1d2cfd6560 Mon Sep 17 00:00:00 2001 From: Tobias Klauser Date: Mon, 11 Jun 2007 17:32:21 +0200 Subject: inotail.c: remove debugging output --- inotail.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/inotail.c b/inotail.c index 228a6e9..58c37de 100644 --- a/inotail.c +++ b/inotail.c @@ -244,8 +244,6 @@ static ssize_t tail_pipe_lines(struct file_struct *f, unsigned long n_lines) ssize_t rc; unsigned long total_lines = 0; - dprintf("in tail_pipe_lines (%d)\n"); - if (n_lines == 0) return 0; -- cgit v1.2.3-54-g00ecf