Remove debugging printf.

This commit is contained in:
fvdl 1999-03-28 19:55:51 +00:00
parent 4831b815f5
commit 1e3ed49ca1
1 changed files with 2 additions and 4 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: autoconf.c,v 1.35 1999/03/12 01:01:41 fvdl Exp $ */
/* $NetBSD: autoconf.c,v 1.36 1999/03/28 19:55:51 fvdl Exp $ */
/*-
* Copyright (c) 1990 The Regents of the University of California.
@ -143,10 +143,8 @@ matchbiosdisks()
big = lookup_bootinfo(BTINFO_BIOSGEOM);
if (big == NULL) {
printf("matchbiosdisks: no BIOS_GEOM info\n");
if (big == NULL)
return;
}
/*
* First, count all native disks