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 43dcfa5 commit 2765ea7Copy full SHA for 2765ea7
1 file changed
libs/extractor/src/prop_modify_utils.rs
@@ -294,16 +294,6 @@ fn merge_string_expressions<'a>(
294
other_expressions.push(ex.clone_in(ast_builder.allocator));
295
}
296
297
- println!(
298
- "string_literals: {} {:?}",
299
- string_literals.len(),
300
- string_literals
301
- );
302
303
- "other_expressions: {} {:?}",
304
- other_expressions.len(),
305
- other_expressions
306
307
if other_expressions.is_empty() {
308
return Some(Expression::StringLiteral(
309
ast_builder.alloc_string_literal(
0 commit comments