Skip to content

Commit

Permalink
Legend.pm: Disable debug log statement
Browse files Browse the repository at this point in the history
  • Loading branch information
shawnlaffan committed Jan 1, 2024
1 parent 98fb9f3 commit 2e53ef7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Biodiverse/GUI/Legend.pm
Original file line number Diff line number Diff line change
Expand Up @@ -1294,7 +1294,7 @@ sub get_colour_method {
sub _make_nonbasic_methods {
my ($pkg) = shift || __PACKAGE__;
my @methods = _get_nonbasic_plot_modes();
print "Calling _make_access_methods for $pkg";
# print "Calling _make_access_methods for $pkg";
no strict 'refs';
foreach my $key (@methods) {
my $method = "get_${key}_mode";
Expand Down

0 comments on commit 2e53ef7

Please sign in to comment.