Skip to content

Commit

Permalink
Removed debugging output.
Browse files Browse the repository at this point in the history
  • Loading branch information
ebertin committed Jan 13, 2022
1 parent a521468 commit c9b0b10
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/sample.c
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,6 @@ static float compute_fwhmrange(float *fwhm, int nfwhm, float maxvar,
break;

var = dfmin / fmin;
printf("%d %g %g %g %g\n", nw, maxvar, var, dfmin, fmin);
}

dfmin = sqrtf((float)maxvar + 1.0f);
Expand Down

0 comments on commit c9b0b10

Please sign in to comment.