Remove some leftover debug noise.

-Erik
This commit is contained in:
Erik Andersen 2000-01-07 23:11:00 +00:00
parent 9b5c0b7611
commit 5f2df6ccb4
2 changed files with 0 additions and 2 deletions

1
init.c
View 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) {

View 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) {