Skip to content

Commit 378a712

Browse files
committed
remove commented out unused code
1 parent bbd0bef commit 378a712

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

web/main.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1028,7 +1028,6 @@ class GitGraphView {
10281028
private getBranchContextMenuActions(target: DialogTarget & RefTarget): ContextMenuActions {
10291029
const refName = target.ref, visibility = this.config.contextMenuActionsVisibility.branch;
10301030
const isSelectedInBranchesDropdown = this.branchDropdown.isSelected(refName);
1031-
// const isSelectedInBranchesDropdown = this.authorDropdown.isSelected(refName);
10321031

10331032
return [[
10341033
{

0 commit comments

Comments
 (0)