summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--release/sysinstall/variable_load.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/release/sysinstall/variable_load.c b/release/sysinstall/variable_load.c
index f48e4a5ef09d..66b970892d62 100644
--- a/release/sysinstall/variable_load.c
+++ b/release/sysinstall/variable_load.c
@@ -4,7 +4,7 @@
* This is probably the last attempt in the `sysinstall' line, the next
* generation being slated for what's essentially a complete rewrite.
*
- * $Id: variable_load.c,v 1.6 1997/06/05 09:48:03 jkh Exp $
+ * $Id: variable_load.c,v 1.7 1997/06/13 07:11:57 jkh Exp $
*
* Copyright (c) 1997
* Paul Traina. All rights reserved.
@@ -104,8 +104,6 @@ variableLoad(dialogMenuItem *self)
fp = mediaDevice->get(mediaDevice, cp, TRUE);
if (fp) {
- msgNotify("Loading %s pre-configuration file", cp);
-
/* Hint to others that we're running from a script, should they care */
variable_set2(VAR_NONINTERACTIVE, "YES");