From 4db0009bee4093e7521a5cf66f28407cb35040ba Mon Sep 17 00:00:00 2001 From: Kujtim Hoxha Date: Mon, 30 Jun 2025 22:31:11 +0200 Subject: [PATCH] chore: remove debug log --- internal/tui/components/logs/details.go | 1 - 1 file changed, 1 deletion(-) diff --git a/internal/tui/components/logs/details.go b/internal/tui/components/logs/details.go index 46ec1ce02d1e4573c04f99f45e1af2a2a3a4a731..c73876aff8a6898809a170fec176def30af81314 100644 --- a/internal/tui/components/logs/details.go +++ b/internal/tui/components/logs/details.go @@ -161,7 +161,6 @@ func (i *detailCmp) GetSize() (int, int) { } func (i *detailCmp) SetSize(width int, height int) tea.Cmd { - logging.Info("Setting size for detail component", "width", width, "height", height) i.width = width i.height = height i.viewport.SetWidth(i.width - 4)