Clean up testing output.

This commit is contained in:
Timothy Allen 2017-12-19 23:00:42 +02:00
parent b365c06230
commit 83838a8414
1 changed files with 2 additions and 2 deletions

View File

@ -637,7 +637,7 @@ plot 1/0
push @data, qq(
unset multiplot
test
#test
);
# Cleanup stored variables
@ -658,7 +658,7 @@ undefine \$DataMaxMinTable
# run the data through gnuplot
$gnuplot_data = join "\n", @data;
print $gnuplot_data;
#print $gnuplot_data;
open( my $ofh, '>', $output )
or die "Could not open file '$output' $!";