Skip to content

Commit ec7c98d

Browse files
author
mayintao3
committed
feat: 去掉line_height打印
1 parent 435efef commit ec7c98d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/style_propetries/line_height.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ impl From<(String, &Property<'_>)> for LineHeight {
4949
id: prop.0,
5050
value: match prop.1 {
5151
Property::LineHeight(value) => {
52-
println!("line-height: {:?}", value);
5352
match value {
5453
font::LineHeight::Length(val) => {
5554
generate_dimension_percentage!(EnumValue, val)

0 commit comments

Comments
 (0)