Remove stray dbg statements

This commit is contained in:
Antonio Scandurra 2023-12-01 11:49:25 +01:00
parent 1b07fd6a70
commit 21d3ae603d
4 changed files with 3 additions and 7 deletions

View file

@ -1225,7 +1225,7 @@ mod tests {
//
// TODO: without closing, the opened items do not propagate their history changes for some reason
// it does work in real app though, only tests do not propagate.
workspace.update(cx, |_, cx| dbg!(cx.focused()));
workspace.update(cx, |_, cx| cx.focused());
let initial_history = open_close_queried_buffer("fir", 1, "first.rs", &workspace, cx).await;
assert!(