Skip to content

Commit

Permalink
Remove debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
davorg committed Nov 27, 2024
1 parent cf69c96 commit 99983f9
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions lib/Template/Provider/Pandoc.pm
Original file line number Diff line number Diff line change
Expand Up @@ -164,13 +164,9 @@ around _template_content => sub {

my ($data, $error, $mod_date) = $self->$orig(@_);

warn "data is: $data\n";
warn "STRIP_FRONT_MATTER is: $self->{STRIP_FRONT_MATTER}\n";

if ($self->{STRIP_FRONT_MATTER}) {
$data =~ s/\A---\n.+?\n---\n//;
}
warn "data is: $data\n";

my $done = 0;

Expand Down

0 comments on commit 99983f9

Please sign in to comment.