summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Klauser <tklauser@distanz.ch>2007-06-11 17:32:21 +0200
committerTobias Klauser <tklauser@xenon.tklauser.home>2007-06-11 17:32:21 +0200
commitb46b85361b47506fd097b2067d9cca1d2cfd6560 (patch)
tree76f7901cd88044e2170e42f5c65626792759b9ea
parent37ce2be45bb911b5e0a54ec7f1cacd8039af0510 (diff)
inotail.c: remove debugging output
-rw-r--r--inotail.c2
1 files changed, 0 insertions, 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;