Remove an outdated comment

This commit is contained in:
Laurenz Stampfl 2025-07-20 00:33:43 +02:00
parent e9421fd16b
commit 5427645c7a

View File

@ -365,7 +365,6 @@ fn finish(
)
}
KrillaError::Pdf(_, e, loc) => {
// TODO: prohibit export in PDF/A3, etc.
let span = to_span(loc);
match e {
// We already validated in `typst-library` that the page index is valid.