Remove a useless printf.

This commit is contained in:
Olivier Houchard 2005-06-03 15:15:26 +00:00
parent 97216e04f1
commit c8a2d8f19c

View File

@ -258,7 +258,6 @@ iq80321_attach(device_t dev)
device_add_child(dev, "pcib", busno);
bus_generic_probe(dev);
bus_generic_attach(dev);
printf("attach\n");
return (0);
}