Skip to content

Commit

Permalink
style(ui): remove useless comment
Browse files Browse the repository at this point in the history
remove useless comment

Signed-off-by: mritd <[email protected]>
  • Loading branch information
mritd committed Sep 24, 2021
1 parent 518d134 commit 2159dfe
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions ui_commit.go
Original file line number Diff line number Diff line change
Expand Up @@ -110,18 +110,3 @@ func (m commitModel) commit() tea.Msg {
func (m commitModel) showErr() tea.Msg {
return m.err
}

//func main() {
// m := commitModel{
// views: []tea.Model{
// newSelectorModel(),
// newInputsModel(),
// newCommitModel(),
// newErrorModel(),
// },
// }
// if err := tea.NewProgram(&m).Start(); err != nil {
// fmt.Printf("could not start program: %s\n", err)
// os.Exit(1)
// }
//}

0 comments on commit 2159dfe

Please sign in to comment.