Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
max-heller committed Jun 23, 2024
1 parent fc3c81f commit b19b156
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/pandoc/renderer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -116,9 +116,7 @@ impl Renderer {
log::warn!(
"Cannot use Pandoc extension `{}`, which may result in degraded output \
(introduced in version {}, but using {})",
extension.name(),
introduced_in,
ctx.pandoc.version,
extension.name(), introduced_in, ctx.pandoc.version,
);
}
}
Expand Down

0 comments on commit b19b156

Please sign in to comment.