Skip to content

Commit

Permalink
remove debug code (#74)
Browse files Browse the repository at this point in the history
  • Loading branch information
JunNishimura committed Aug 27, 2023
1 parent 05c764c commit 0cd912b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ui/cmd/greeting/update.go
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ func (m *Model) Update(msg tea.Msg) (tea.Model, tea.Cmd) {
type loadConfigMsg struct{ cfg *config.Config }

func (m *Model) loadConfig() tea.Msg {
return errMsg{err: errors.New("test")}
cfg, err := config.New()
if err != nil {
return errMsg{err: err}
Expand Down

0 comments on commit 0cd912b

Please sign in to comment.