Remove harmless but irritating printf.

This commit is contained in:
Poul-Henning Kamp 2002-11-08 15:35:16 +00:00
parent 749cefac1b
commit 11af41920e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=106635

View File

@ -155,8 +155,6 @@ g_conftxt(void *p)
break;
if (mp != NULL)
g_conftxt_class(sb, mp);
else
printf("no DISK\n");
sbuf_finish(sb);
wakeup(p);
}