Browse Source

chore: cleanup logs

adamdottv 8 months ago
parent
commit
e78d3b54bf
1 changed files with 0 additions and 1 deletions
  1. 0 1
      packages/tui/internal/tui/tui.go

+ 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)
 		a.editor = updated.(chat.EditorComponent)
 		cmds = append(cmds, cmd)
 		cmds = append(cmds, cmd)
 	case commands.InputNewlineCommand:
 	case commands.InputNewlineCommand:
-		slog.Debug("InputNewlineCommand")
 		updated, cmd := a.editor.Newline()
 		updated, cmd := a.editor.Newline()
 		a.editor = updated.(chat.EditorComponent)
 		a.editor = updated.(chat.EditorComponent)
 		cmds = append(cmds, cmd)
 		cmds = append(cmds, cmd)