Remove printing an empty line to stderr

This commit is contained in:
Holger Vogt 2019-08-13 22:45:22 +02:00
parent bc9a22e5f7
commit b0e750c3d2
1 changed files with 0 additions and 1 deletions

View File

@ -1172,7 +1172,6 @@ plotAddComplexValue(dataDesc *desc, IFcomplex value)
static void
plotEnd(runDesc *run)
{
fprintf(stderr, "\n");
fprintf(stdout, "\nNo. of Data Rows : %d\n", run->pointCount);
}