Skip to content

Commit fec20fb

Browse files
committed
Remove surviving items from debugging
1 parent 1c43cfb commit fec20fb

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ impl Default for Options {
107107
viewport: None,
108108
aspect: None,
109109
dpi: 72.0,
110-
compress: false,
110+
compress: true,
111111
}
112112
}
113113
}

src/scale.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,6 @@ impl CoordToPdf {
9191

9292
offset_x -= viewbox.rect.x() * factor_x;
9393
offset_y -= viewbox.rect.y() * factor_y;
94-
println!("{}", &offset_x);
95-
println!("{}", &offset_y);
9694

9795
CoordToPdf {
9896
factor_x,

0 commit comments

Comments
 (0)