2
0
adamdottv 8 сар өмнө
parent
commit
e78d3b54bf

+ 0 - 1
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)