Remove residual printf.

Prodded by: msmith
This commit is contained in:
Daniel C. Sobral 2000-06-07 03:33:12 +00:00
parent fe8b826551
commit 7302acac1c

View File

@ -586,7 +586,6 @@ elf_parse_modmetadata(struct preloaded_file *fp, elf_file_t ef) {
case MDT_VERSION:
s = strdupout((vm_offset_t)(md.md_cval + ef->off));
file_addmodule(fp, s, NULL);
printf(" module: %s\n", s);
free(s);
modcnt++;
break;