mirror of
https://github.com/typst/typst
synced 2025-07-28 06:47:53 +08:00
Revert "Introspect twice"
This reverts commit 47f7d085f40f5b55f7ab042b469ad19c05e539f3.
This commit is contained in:
parent
47f7d085f4
commit
ed031e4fcd
@ -86,7 +86,6 @@ fn layout_document_impl(
|
||||
)?;
|
||||
|
||||
let pages = layout_pages(&mut engine, &mut children, &mut locator, styles)?;
|
||||
std::hint::black_box(introspect_pages(&pages));
|
||||
let introspector = introspect_pages(&pages);
|
||||
|
||||
Ok(PagedDocument { pages, info, introspector })
|
||||
|
Loading…
x
Reference in New Issue
Block a user