Skip to content

Commit 824f2dc

Browse files
committed
Rm print
1 parent 9466964 commit 824f2dc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

libs/extractor/src/prop_modify_utils.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ pub fn modify_prop_object<'a>(
1919
style_order: Option<u8>,
2020
style_vars: Option<Expression<'a>>,
2121
) {
22-
println!("modify_prop_object: {:?}", props);
2322
let mut class_name_prop = None;
2423
let mut style_prop = None;
2524
let mut spread_props = vec![];

0 commit comments

Comments
 (0)