remove debug printfs
This commit is contained in:
parent
7695ef3cd1
commit
696f2a9301
|
@ -790,8 +790,6 @@ dt_options_load(dtrace_hdl_t *dtp)
|
||||||
size_t offs;
|
size_t offs;
|
||||||
int i;
|
int i;
|
||||||
|
|
||||||
printf("dt_options_load() entry \n"); /* XXX debug */
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* To load the option values, we need to ask the kernel to provide its
|
* To load the option values, we need to ask the kernel to provide its
|
||||||
* DOF, which we'll sift through to look for OPTDESC sections.
|
* DOF, which we'll sift through to look for OPTDESC sections.
|
||||||
|
@ -847,7 +845,6 @@ dt_options_load(dtrace_hdl_t *dtp)
|
||||||
dtp->dt_options[opt->dofo_option] = opt->dofo_value;
|
dtp->dt_options[opt->dofo_option] = opt->dofo_value;
|
||||||
}
|
}
|
||||||
|
|
||||||
printf("dt_options_load() exit \n"); /* XXX debug */
|
|
||||||
return (0);
|
return (0);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue