From 726363096778dc95d7cf7c5d1e88824efc23929f Mon Sep 17 00:00:00 2001 From: Stefan Haller Date: Wed, 17 May 2023 21:28:27 +0200 Subject: [PATCH] Remove obsolete comment --- pkg/gui/controllers/commit_message_controller.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/pkg/gui/controllers/commit_message_controller.go b/pkg/gui/controllers/commit_message_controller.go index 141f24618..9e180db5a 100644 --- a/pkg/gui/controllers/commit_message_controller.go +++ b/pkg/gui/controllers/commit_message_controller.go @@ -22,8 +22,6 @@ func NewCommitMessageController( } } -// TODO: merge that commit panel PR because we're not currently showing how to add a newline as it's -// handled by the editor func rather than by the controller here. func (self *CommitMessageController) GetKeybindings(opts types.KeybindingsOpts) []*types.Binding { bindings := []*types.Binding{ {