Skip to content

Commit 2159dfe

Browse files
committed
style(ui): remove useless comment
remove useless comment Signed-off-by: mritd <[email protected]>
1 parent 518d134 commit 2159dfe

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

ui_commit.go

-15
Original file line numberDiff line numberDiff line change
@@ -110,18 +110,3 @@ func (m commitModel) commit() tea.Msg {
110110
func (m commitModel) showErr() tea.Msg {
111111
return m.err
112112
}
113-
114-
//func main() {
115-
// m := commitModel{
116-
// views: []tea.Model{
117-
// newSelectorModel(),
118-
// newInputsModel(),
119-
// newCommitModel(),
120-
// newErrorModel(),
121-
// },
122-
// }
123-
// if err := tea.NewProgram(&m).Start(); err != nil {
124-
// fmt.Printf("could not start program: %s\n", err)
125-
// os.Exit(1)
126-
// }
127-
//}

0 commit comments

Comments
 (0)