internal/uidriver: Remove invalid comments

This commit is contained in:
Hajime Hoshi 2021-07-03 19:49:12 +09:00
parent 56f4e6b2d0
commit b0b7a24f89

View File

@ -248,7 +248,6 @@ func (u *UserInterface) Run(context driver.UIContext) error {
func (u *UserInterface) RunWithoutMainLoop(context driver.UIContext) { func (u *UserInterface) RunWithoutMainLoop(context driver.UIContext) {
go func() { go func() {
// title is ignored?
if err := u.run(context, false); err != nil { if err := u.run(context, false); err != nil {
u.errCh <- err u.errCh <- err
} }