Remove redundant debugging code.
authormdw <mdw>
Fri, 15 Oct 1999 21:12:36 +0000 (21:12 +0000)
committermdw <mdw>
Fri, 15 Oct 1999 21:12:36 +0000 (21:12 +0000)
conf.c

diff --git a/conf.c b/conf.c
index 73b611f..39d170d 100644 (file)
--- 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);
 }