mirror of
https://github.com/zed-industries/zed.git
synced 2025-02-06 18:46:49 +00:00
Remove debug
Co-Authored-By: Marshall Bowers <1486634+maxdeviant@users.noreply.github.com>
This commit is contained in:
parent
50fe683305
commit
b6ed3b258c
1 changed files with 0 additions and 6 deletions
|
@ -1555,12 +1555,6 @@ impl Pane {
|
||||||
}
|
}
|
||||||
|
|
||||||
fn render_tab_bar(&mut self, cx: &mut ViewContext<'_, Pane>) -> impl IntoElement {
|
fn render_tab_bar(&mut self, cx: &mut ViewContext<'_, Pane>) -> impl IntoElement {
|
||||||
dbg!(format!(
|
|
||||||
"Can navigate forwards: {}, can navigate backwards: {}",
|
|
||||||
self.can_navigate_forward(),
|
|
||||||
self.can_navigate_backward()
|
|
||||||
));
|
|
||||||
|
|
||||||
div()
|
div()
|
||||||
.id("tab_bar")
|
.id("tab_bar")
|
||||||
.group("tab_bar")
|
.group("tab_bar")
|
||||||
|
|
Loading…
Reference in a new issue