Remove stray log statements

This commit is contained in:
Antonio Scandurra 2022-02-12 12:32:57 +01:00
parent f2b4a0665f
commit e354133be0
2 changed files with 4 additions and 7 deletions

View file

@ -1041,10 +1041,10 @@ async fn test_edits_from_lsp_with_edits_on_adjacent_lines(mut cx: gpui::TestAppC
buffer.edit([range], new_text, cx);
}
assert_eq!(
dbg!(buffer.text()),
buffer.text(),
"
use a::{b, c};
fn f() {
b();
c();