From a6eddf542b718403c2f59203af884daad8334060 Mon Sep 17 00:00:00 2001 From: mdw Date: Fri, 15 Oct 1999 21:12:36 +0000 Subject: [PATCH] Remove redundant debugging code. --- conf.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/conf.c b/conf.c index 73b611f..39d170d 100644 --- a/conf.c +++ b/conf.c @@ -1,6 +1,6 @@ /* -*-c-*- * - * $Id: conf.c,v 1.3 1999/08/19 18:32:48 mdw Exp $ + * $Id: conf.c,v 1.4 1999/10/15 21:12:36 mdw Exp $ * * Configuration parsing * @@ -29,6 +29,9 @@ /*----- Revision history --------------------------------------------------* * * $Log: conf.c,v $ + * Revision 1.4 1999/10/15 21:12:36 mdw + * Remove redundant debugging code. + * * Revision 1.3 1999/08/19 18:32:48 mdw * Improve lexical analysis. In particular, `chmod' patterns don't have to * be quoted any more. @@ -194,7 +197,6 @@ int token(scanner *sc) } done: -/* printf("token `%s'\n", sc->d.buf); */ return (sc->t); } -- 2.11.0