chore: Remove unnecessary println! call

This commit is contained in:
Alexander Gonzalez 2021-07-26 17:42:36 -04:00
parent cff2a0fe32
commit 743c037a34

View file

@ -684,7 +684,6 @@ mod tests {
range,
)
.unwrap();
println!("AAA {:#?}", hover);
assert!(hover.is_none());
}