From: mdw Date: Fri, 15 Oct 1999 21:12:36 +0000 (+0000) Subject: Remove redundant debugging code. X-Git-Tag: 1.2.0~7 X-Git-Url: https://git.distorted.org.uk/~mdw/fwd/commitdiff_plain/a6eddf542b718403c2f59203af884daad8334060 Remove redundant debugging code. --- 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); }