mirror of
https://github.com/zed-industries/zed.git
synced 2024-12-28 20:01:33 +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 {
|
||||
self.focus_handle.focus(cx);
|
||||
} else {
|
||||
self.activate_item(
|
||||
dbg!(index_to_activate),
|
||||
dbg!(should_activate),
|
||||
should_activate,
|
||||
cx,
|
||||
);
|
||||
self.activate_item(index_to_activate, should_activate, should_activate, cx);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue