Browse Source

Remove spurious debug message

tags/v0.9.3
Michael Brown 17 years ago
parent
commit
f08093b0d9
1 changed files with 0 additions and 1 deletions
  1. 0
    1
      src/arch/i386/drivers/net/undi.c

+ 0
- 1
src/arch/i386/drivers/net/undi.c View File

@@ -73,7 +73,6 @@ static int undipci_probe ( struct pci_device *pci,
73 73
 	list_add ( &undi->dev.siblings, &pci->dev.children );
74 74
 
75 75
 	/* Call UNDI ROM loader to create pixie */
76
-	DBGC ( undi, "UNDI %p using UNDI ROM %p\n", undi, undirom );
77 76
 	if ( ( rc = undi_load_pci ( undi, undirom, pci->bus,
78 77
 				    pci->devfn ) ) != 0 )
79 78
 		goto err_load_pci;

Loading…
Cancel
Save