Skip to content

Commit 743c037

Browse files
committed
chore: Remove unnecessary println! call
1 parent cff2a0f commit 743c037

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

crates/ide/src/hover.rs

-1
Original file line numberDiff line numberDiff line change
@@ -684,7 +684,6 @@ mod tests {
684684
range,
685685
)
686686
.unwrap();
687-
println!("AAA {:#?}", hover);
688687
assert!(hover.is_none());
689688
}
690689

0 commit comments

Comments
 (0)