diff options
| author | adamdottv <[email protected]> | 2025-06-19 10:52:45 -0500 |
|---|---|---|
| committer | adamdottv <[email protected]> | 2025-06-19 10:52:45 -0500 |
| commit | e78d3b54bff1d9c1ddc6043a1994beecf227c67f (patch) | |
| tree | 6444eba2bdfe7b6b62d4318245c78fe4407d4d84 /packages/tui | |
| parent | f8a7cd372d1cbf9ddc82c447d14c3d4fef9daf8f (diff) | |
| download | opencode-e78d3b54bff1d9c1ddc6043a1994beecf227c67f.tar.gz opencode-e78d3b54bff1d9c1ddc6043a1994beecf227c67f.zip | |
chore: cleanup logs
Diffstat (limited to 'packages/tui')
| -rw-r--r-- | packages/tui/internal/tui/tui.go | 1 |
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) |
