projects
/
comedilib.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2b1efc8
)
removed an unneeded debug message
author
Frank Mori Hess
<fmhess@speakeasy.net>
Mon, 2 Aug 2004 01:35:41 +0000
(
01:35
+0000)
committer
Frank Mori Hess
<fmhess@speakeasy.net>
Mon, 2 Aug 2004 01:35:41 +0000
(
01:35
+0000)
comedi_calibrate/cb64.c
patch
|
blob
|
history
diff --git
a/comedi_calibrate/cb64.c
b/comedi_calibrate/cb64.c
index d24e67c07ca4949bd07991a666e7da5c065fc4f0..d1a4e72451a80a409ab5a5b3b60bfb90cf3197d2 100644
(file)
--- a/
comedi_calibrate/cb64.c
+++ b/
comedi_calibrate/cb64.c
@@
-570,7
+570,6
@@
static int init_observables_60xx( calibration_setup_t *setup )
}
for( i = 0; i < num_ranges; i++ )
{
-fprintf(stderr, "setting up ai observables for range %i out of %i\n", i, num_ranges);
o = setup->observables + ai_ground_observable_index_60xx( setup, 0, i );
o->reference_source = CAL_SRC_GROUND;
assert( o->name == NULL );