Skip to content

Commit 9d344b3

Browse files
author
wangzhongqiang
committed
fix:去除打印信息
1 parent 162f56d commit 9d344b3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/parse_style_properties.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ pub fn parse_style_properties(properties: &Vec<(String, Property)>, keyframes_ma
5656

5757

5858
let property_name = id.as_str();
59-
print!("name={}", property_name);
6059
match property_name {
6160
// 基础样式
6261
"alignContent" => {

0 commit comments

Comments
 (0)