diff options
| author | Laurenz Mädje <laurmaedje@gmail.com> | 2019-06-02 12:39:59 +0200 |
|---|---|---|
| committer | Laurenz Mädje <laurmaedje@gmail.com> | 2019-06-02 12:39:59 +0200 |
| commit | c4eb4ee36261be8832b2649cc075edee188be5c7 (patch) | |
| tree | 89be1ddd97f64cf5f8eaec62f67733a46766eb43 /src/lib.rs | |
| parent | 0274e9381064fa5942aa15b24a0a092832433859 (diff) | |
Fix some documentation 🚧
Diffstat (limited to 'src/lib.rs')
| -rw-r--r-- | src/lib.rs | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -140,8 +140,6 @@ impl<'p> Typesetter<'p> { let tree = self.parse(src)?; let (layout, fonts) = self.layout(&tree)?; let document = layout.into_document(fonts); - println!("fonts = {}", document.fonts.len()); - println!("document = {:?}", document.pages); Ok(document) } } |
