Remove unnecessary printf().

This commit is contained in:
Noriaki Mitsunaga 2000-10-29 06:03:47 +00:00
parent 71ebfb26f0
commit 8e47dfb8e0
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=67845
2 changed files with 0 additions and 2 deletions

View file

@ -293,6 +293,5 @@ stgattach(device_t devi)
sc->sc_ih = stgintr;
printf("stg%d",device_get_unit(devi));
return(STGIOSZ);
}

View file

@ -393,7 +393,6 @@ stgattach(DEVPORT_PDEVICE devi)
sc->sc_ih = stgintr;
printf("stg%d",DEVPORT_PDEVUNIT(devi));
return(STGIOSZ);
}
#endif /* NCARD>0 */