From 08a8b067a5f1470d0b304d5a5884c47c76dbe8ed Mon Sep 17 00:00:00 2001 From: Stefan Haller Date: Wed, 5 Jun 2024 17:45:16 +0200 Subject: [PATCH] Cleanup: remove outdated comment We do show the graph in the left/right view, as of b7673577a2. --- pkg/gui/context/sub_commits_context.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/pkg/gui/context/sub_commits_context.go b/pkg/gui/context/sub_commits_context.go index c4f2e318e..736fb88b5 100644 --- a/pkg/gui/context/sub_commits_context.go +++ b/pkg/gui/context/sub_commits_context.go @@ -73,8 +73,6 @@ func NewSubCommitsContext( selectedCommitHash, startIdx, endIdx, - // Don't show the graph in the left/right view; we'd like to, but - // it's too complicated: shouldShowGraph(c), git_commands.NewNullBisectInfo(), false,