summaryrefslogtreecommitdiff
path: root/sys/kern/subr_autoconf.c
diff options
context:
space:
mode:
authorPoul-Henning Kamp <phk@FreeBSD.org>2003-07-22 10:36:36 +0000
committerPoul-Henning Kamp <phk@FreeBSD.org>2003-07-22 10:36:36 +0000
commit68f2d20b70923abdb33ed404c221bc04bd96b7d7 (patch)
treee266522d9bf5035f4900c37de6fdf64d1327035d /sys/kern/subr_autoconf.c
parent55d1d7034ff822c944b698c23aa2490416bcf30c (diff)
Notes
Diffstat (limited to 'sys/kern/subr_autoconf.c')
-rw-r--r--sys/kern/subr_autoconf.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/sys/kern/subr_autoconf.c b/sys/kern/subr_autoconf.c
index 23c7dc4d366c..34c60bcae97b 100644
--- a/sys/kern/subr_autoconf.c
+++ b/sys/kern/subr_autoconf.c
@@ -73,9 +73,6 @@ run_interrupt_driven_config_hooks(dummy)
hook_entry != NULL;
hook_entry = next_entry) {
next_entry = TAILQ_NEXT(hook_entry, ich_links);
- printf("IDCH: %p(%p)\n",
- hook_entry->ich_func,
- hook_entry->ich_arg);
(*hook_entry->ich_func)(hook_entry->ich_arg);
}