Remove some leftover debug noise.
authorErik Andersen <andersen@codepoet.org>
Fri, 7 Jan 2000 23:11:00 +0000 (23:11 -0000)
committerErik Andersen <andersen@codepoet.org>
Fri, 7 Jan 2000 23:11:00 +0000 (23:11 -0000)
 -Erik

init.c
init/init.c

diff --git a/init.c b/init.c
index 9c7710d..de4ac1c 100644 (file)
--- a/init.c
+++ b/init.c
@@ -726,7 +726,6 @@ extern int init_main(int argc, char **argv)
 
     /* Now run everything that needs to be run */
 
-    message(LOG|CONSOLE, "Running SYSINIT\n");
     /* First run the sysinit command */
     for( a=initActionList ; a; a=a->nextPtr) {
        if (a->action == SYSINIT) {
index 9c7710d..de4ac1c 100644 (file)
@@ -726,7 +726,6 @@ extern int init_main(int argc, char **argv)
 
     /* Now run everything that needs to be run */
 
-    message(LOG|CONSOLE, "Running SYSINIT\n");
     /* First run the sysinit command */
     for( a=initActionList ; a; a=a->nextPtr) {
        if (a->action == SYSINIT) {