We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9466964 commit 824f2dcCopy full SHA for 824f2dc
libs/extractor/src/prop_modify_utils.rs
@@ -19,7 +19,6 @@ pub fn modify_prop_object<'a>(
19
style_order: Option<u8>,
20
style_vars: Option<Expression<'a>>,
21
) {
22
- println!("modify_prop_object: {:?}", props);
23
let mut class_name_prop = None;
24
let mut style_prop = None;
25
let mut spread_props = vec![];
0 commit comments