From: Erik Andersen Date: Fri, 7 Jan 2000 23:11:00 +0000 (-0000) Subject: Remove some leftover debug noise. X-Git-Tag: 0_40~1 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=5f2df6ccb408035bdd97b0840bceff9b33b590d1;p=oweals%2Fbusybox.git Remove some leftover debug noise. -Erik --- diff --git a/init.c b/init.c index 9c7710de8..de4ac1c19 100644 --- 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) { diff --git a/init/init.c b/init/init.c index 9c7710de8..de4ac1c19 100644 --- a/init/init.c +++ b/init/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) {