Remove some leftover debug noise.
 -Erik
diff --git a/init.c b/init.c
index 9c7710d..de4ac1c 100644
--- a/init.c
+++ b/init.c
@@ -726,7 +726,6 @@
 
     /* 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 9c7710d..de4ac1c 100644
--- a/init/init.c
+++ b/init/init.c
@@ -726,7 +726,6 @@
 
     /* 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) {