Module Name:    src
Committed By:   phx
Date:           Sat Mar 26 22:16:33 UTC 2011

Modified Files:
        src/distrib/utils/sysinst/arch/sandpoint: md.c

Log Message:
Remove debugging output.


To generate a diff of this commit:
cvs rdiff -u -r1.34 -r1.35 src/distrib/utils/sysinst/arch/sandpoint/md.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/distrib/utils/sysinst/arch/sandpoint/md.c
diff -u src/distrib/utils/sysinst/arch/sandpoint/md.c:1.34 src/distrib/utils/sysinst/arch/sandpoint/md.c:1.35
--- src/distrib/utils/sysinst/arch/sandpoint/md.c:1.34	Sun Mar 20 12:43:40 2011
+++ src/distrib/utils/sysinst/arch/sandpoint/md.c	Sat Mar 26 22:16:33 2011
@@ -1,4 +1,4 @@
-/*	$NetBSD: md.c,v 1.34 2011/03/20 12:43:40 phx Exp $ */
+/*	$NetBSD: md.c,v 1.35 2011/03/26 22:16:33 phx Exp $ */
 
 /*
  * Copyright 1997 Piermont Information Systems Inc.
@@ -80,7 +80,6 @@
 	}
 	prodname = malloc(len);
 	sysctlbyname(mib_name, prodname, &len, NULL, 0);
-printf("\n***\n*** Installing on %s\n***\n", prodname);
 
 	if (strcmp(prodname, "kurobox") == 0)
 		/*

Reply via email to