From 4172580d890b26a9c75ab1ee2fb31c206584d2e2 Mon Sep 17 00:00:00 2001 From: Frank Mori Hess Date: Mon, 5 May 2003 14:37:39 +0000 Subject: [PATCH] took out some debug messages i accidentaly left in --- comedi_calibrate/comedi_calibrate.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/comedi_calibrate/comedi_calibrate.c b/comedi_calibrate/comedi_calibrate.c index d6057ca..57bb5ab 100644 --- a/comedi_calibrate/comedi_calibrate.c +++ b/comedi_calibrate/comedi_calibrate.c @@ -516,7 +516,6 @@ void cal_binary( calibration_setup_t *setup, int obs, int dac) new_sv_measure( setup->dev, &sv); y2 = sv.average; DPRINT(3,"trying %d, result %g, target %g\n",x2,y2,target); -DPRINT(0,"trying %d, result %g, target %g\n",x2,y2,target); if( (y2 - target) * polarity < 0.0 ){ x1 = x2; @@ -614,7 +613,6 @@ void cal_relative_binary( calibration_setup_t *setup, int obs1, int obs2, int da DPRINT(3,"trying %d, result %g, target %g\n",x2,y2,target); -DPRINT(0,"trying %d, result %g, target %g\n",x2,y2,target); if( (y2 - target) * polarity < 0.0 ){ x1 = x2; y1 = y2; -- 2.26.2