Skip to content

Commit

Permalink
no spam $last_plotcmd
Browse files Browse the repository at this point in the history
  • Loading branch information
mohawk2 committed Apr 25, 2024
1 parent 0f48dae commit 5f5b290
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/PDL/Graphics/Simple/Gnuplot.pm
Expand Up @@ -146,8 +146,6 @@ sub new {
$gpw = gpwin($mod->{itype}, @params,
($disp_opts->{$try} // {})->{persist} ? (persist=>0) : ()
);
no warnings 'once';
print $PDL::Graphics::Gnuplot::last_plotcmd;
} else {
if (my $try = $ENV{PDL_SIMPLE_DEVICE}) {
$gpw = gpwin($try, @params,
Expand Down

0 comments on commit 5f5b290

Please sign in to comment.