Skip to content

Commit 2765ea7

Browse files
committed
Remove log
1 parent 43dcfa5 commit 2765ea7

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

libs/extractor/src/prop_modify_utils.rs

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -294,16 +294,6 @@ fn merge_string_expressions<'a>(
294294
other_expressions.push(ex.clone_in(ast_builder.allocator));
295295
}
296296
}
297-
println!(
298-
"string_literals: {} {:?}",
299-
string_literals.len(),
300-
string_literals
301-
);
302-
println!(
303-
"other_expressions: {} {:?}",
304-
other_expressions.len(),
305-
other_expressions
306-
);
307297
if other_expressions.is_empty() {
308298
return Some(Expression::StringLiteral(
309299
ast_builder.alloc_string_literal(

0 commit comments

Comments
 (0)