Skip to content

Commit cc5f9a2

Browse files
author
mayintao3
committed
feat: 去掉打印
1 parent eaa995e commit cc5f9a2

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/parse_style_properties.rs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,6 @@ pub fn parse_style_properties(properties: &Vec<(String, Property)>, keyframes_ma
5454
continue;
5555
}
5656

57-
println!("id: {:?}", id);
58-
println!("value: {:?}", value);
5957

6058
let property_name = id.as_str();
6159
match property_name {
@@ -259,6 +257,6 @@ pub fn parse_style_properties(properties: &Vec<(String, Property)>, keyframes_ma
259257
}
260258
}
261259
}
262-
println!("final_properties: {:?}", final_properties);
260+
263261
final_properties
264262
}

0 commit comments

Comments
 (0)