summaryrefslogtreecommitdiffhomepage
path: root/packages/tui
diff options
context:
space:
mode:
authoradamdottv <[email protected]>2025-06-19 10:52:45 -0500
committeradamdottv <[email protected]>2025-06-19 10:52:45 -0500
commite78d3b54bff1d9c1ddc6043a1994beecf227c67f (patch)
tree6444eba2bdfe7b6b62d4318245c78fe4407d4d84 /packages/tui
parentf8a7cd372d1cbf9ddc82c447d14c3d4fef9daf8f (diff)
downloadopencode-e78d3b54bff1d9c1ddc6043a1994beecf227c67f.tar.gz
opencode-e78d3b54bff1d9c1ddc6043a1994beecf227c67f.zip
chore: cleanup logs
Diffstat (limited to 'packages/tui')
-rw-r--r--packages/tui/internal/tui/tui.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/packages/tui/internal/tui/tui.go b/packages/tui/internal/tui/tui.go
index 7af637e7a..084ee3c1b 100644
--- a/packages/tui/internal/tui/tui.go
+++ b/packages/tui/internal/tui/tui.go
@@ -469,7 +469,6 @@ func (a appModel) executeCommand(command commands.Command) (tea.Model, tea.Cmd)
a.editor = updated.(chat.EditorComponent)
cmds = append(cmds, cmd)
case commands.InputNewlineCommand:
- slog.Debug("InputNewlineCommand")
updated, cmd := a.editor.Newline()
a.editor = updated.(chat.EditorComponent)
cmds = append(cmds, cmd)