Remove a debug print statement in a test.

This commit is contained in:
Stephen Heumann 2023-07-22 18:03:01 -05:00
parent 4d8eaf93bc
commit 5316b438d5
1 changed files with 0 additions and 1 deletions

View File

@ -15,7 +15,6 @@ int main (void)
d1 = d2 = d3 = 1.0;
i = sscanf (&sstr[0], "%*07f %e %E %lg %30lG %17lf%e", &f2, &f3, &d1, &d2,
&d3, &f4);
printf("%d\n", i);
if (i != 6)
goto Fail;
if ((fabs(f1 - 1.0) > 0.00001) ||