diff options
| author | Julian Hurst <julian.hurst@digdash.com> | 2025-03-20 14:46:13 +0100 |
|---|---|---|
| committer | Julian Hurst <julian.hurst@digdash.com> | 2025-03-20 14:46:13 +0100 |
| commit | a1b536135d35c7937d7f6dbf76e16ce4c48abfa6 (patch) | |
| tree | a02c29a0f684557d18465fca392c78b9ce2184ad | |
| parent | 3a137cfcfbc8686f2441de9604b15dc5d9ab4cd7 (diff) | |
| download | hare-tui-a1b536135d35c7937d7f6dbf76e16ce4c48abfa6.tar.gz | |
Remove debug logs
| -rw-r--r-- | tui/widget/list/scrolllist.ha | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tui/widget/list/scrolllist.ha b/tui/widget/list/scrolllist.ha index fed58a5..2f18ef0 100644 --- a/tui/widget/list/scrolllist.ha +++ b/tui/widget/list/scrolllist.ha @@ -58,8 +58,6 @@ fn printscrolllist(widget: *widget::widget) void = { const list = widget: *scrolllist; assert(list.frame.start >= 0); assert(list.frame.end <= len(list.items): int); - fmt::errorln(list.frame.start)!; - fmt::errorln(list.frame.end)!; list.widget.buf = widget::linesbuf { lines = list.items[list.frame.start..list.frame.end], styles = &stylesscrolllist, |
