Skip to content

Commit 634148b

Browse files
committed
Remove leftover debug code
1 parent a1c8cb8 commit 634148b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/Terminal/Widgets/Viewer/Tree.rakumod

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,6 @@ class Terminal::Widgets::Viewer::Tree
9191
method fix-scroll-maxes() {
9292
self.set-x-max(self.max-line-width);
9393
self.set-y-max($.display-root.branch-size);
94-
.note for $.x-max, $.y-max;
9594
}
9695

9796
# Keep root and display-root in sync

0 commit comments

Comments
 (0)