chore: Remove unnecessary println! call

This commit is contained in:
Alexander Gonzalez
2021-07-26 17:42:36 -04:00
parent cff2a0fe32
commit 743c037a34
-1
View File
@@ -684,7 +684,6 @@ fn check_hover_range_no_results(ra_fixture: &str) {
range,
)
.unwrap();
println!("AAA {:#?}", hover);
assert!(hover.is_none());
}