took out some debug messages i accidentaly left in
authorFrank Mori Hess <fmhess@speakeasy.net>
Mon, 5 May 2003 14:37:39 +0000 (14:37 +0000)
committerFrank Mori Hess <fmhess@speakeasy.net>
Mon, 5 May 2003 14:37:39 +0000 (14:37 +0000)
comedi_calibrate/comedi_calibrate.c

index d6057cabf50839c4f74e7f8da07d89452d227551..57bb5ab6ffc5b62fc5dc7b71df4870121234ce59 100644 (file)
@@ -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;