Skip to content

Commit c8289a0

Browse files
committed
chore: remove debug println
1 parent 79a32bd commit c8289a0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/src/lints/empty_let_in.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ impl Rule for EmptyLetIn {
5252
.children_with_tokens()
5353
.any(|el| el.kind() == SyntaxKind::TOKEN_COMMENT);
5454
then {
55-
println!("\n\n\n{node}");
5655
let at = node.text_range();
5756
let replacement = body;
5857
let message = "This let-in expression has no entries";

0 commit comments

Comments
 (0)