mirror of
https://github.com/zed-industries/zed.git
synced 2024-12-29 12:38:02 +00:00
Remove extra dbg!'s
This commit is contained in:
parent
eceed71824
commit
bf11a04410
1 changed files with 1 additions and 6 deletions
|
@ -1128,12 +1128,7 @@ impl Pane {
|
||||||
if self.items.len() == 1 && should_activate {
|
if self.items.len() == 1 && should_activate {
|
||||||
self.focus_handle.focus(cx);
|
self.focus_handle.focus(cx);
|
||||||
} else {
|
} else {
|
||||||
self.activate_item(
|
self.activate_item(index_to_activate, should_activate, should_activate, cx);
|
||||||
dbg!(index_to_activate),
|
|
||||||
dbg!(should_activate),
|
|
||||||
should_activate,
|
|
||||||
cx,
|
|
||||||
);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue