Remove stray dbg! calls

This commit is contained in:
Max Brunsfeld 2022-01-11 13:56:07 -08:00
parent 5941f5fca0
commit 9602bc6f8e
2 changed files with 2 additions and 2 deletions

View file

@ -524,7 +524,7 @@ impl ProjectPanel {
if is_dir {
cx.dispatch_action(ToggleExpanded(entry))
} else {
cx.dispatch_action(Open(dbg!(entry)))
cx.dispatch_action(Open(entry))
}
})
.with_cursor_style(CursorStyle::PointingHand)