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
-1
View File
@@ -80,7 +80,6 @@ impl Render for Toolbar {
type Element = Div;
fn render(&mut self, cx: &mut ViewContext<Self>) -> Self::Element {
//dbg!(&self.items.len());
v_stack()
.border_b()
.border_color(cx.theme().colors().border_variant)