mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-22 03:16:35 +00:00
chore: cleanup logs
This commit is contained in:
parent
f8a7cd372d
commit
e78d3b54bf
1 changed files with 0 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue