From c4371bca75b628228247f0cb2a225948efd1b6ea Mon Sep 17 00:00:00 2001 From: Jason Wright Date: Thu, 1 Jun 2006 01:17:26 +0000 Subject: oops, remove debugging cruft --- sys/arch/sparc64/sparc64/autoconf.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'sys/arch/sparc64') diff --git a/sys/arch/sparc64/sparc64/autoconf.c b/sys/arch/sparc64/sparc64/autoconf.c index 2c9bec9293f..65cc3f8e0c2 100644 --- a/sys/arch/sparc64/sparc64/autoconf.c +++ b/sys/arch/sparc64/sparc64/autoconf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: autoconf.c,v 1.55 2006/05/31 20:11:31 jason Exp $ */ +/* $OpenBSD: autoconf.c,v 1.56 2006/06/01 01:17:25 jason Exp $ */ /* $NetBSD: autoconf.c,v 1.51 2001/07/24 19:32:11 eeh Exp $ */ /* @@ -169,7 +169,6 @@ str2hex(char *str, long *vp) int c; if (*str == 'w') { - printf("dubbya...%s\n", str); for (v = 1;; v++) { if (str[v] >= '0' && str[v] <= '9') continue; -- cgit v1.2.3