fix(viewer): remove unnecessary debug method call in layout setup

This commit is contained in:
uttarayan21
2025-10-10 10:15:00 +05:30
parent 9384b50397
commit 22de9274b1

View File

@@ -115,7 +115,6 @@ impl MMViewer {
.flex_none()
.bg(rgb(0xff00ff))
.child(wheel())
.debug()
}
fn focus_handle(&self, _: &App) -> FocusHandle {