Skip to content

Commit

Permalink
Pod::Html: remove debugging artifact
Browse files Browse the repository at this point in the history
As noted by @Grinnz in
#19050 (comment).
  • Loading branch information
jkeenan committed Aug 20, 2021
1 parent d6b4dc2 commit bca07fa
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ext/Pod-Html/lib/Pod/Html.pm
Expand Up @@ -356,7 +356,6 @@ sub process_options {

sub refine_globals {
my $self = shift;
require Data::Dumper if $self->{verbose};

# prevent '//' in urls
$self->{Htmlroot} = "" if $self->{Htmlroot} eq "/";
Expand Down

0 comments on commit bca07fa

Please sign in to comment.