From ed686fc4d634caf05595b9c710d5de8e420ac5be Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Sat, 1 Feb 2025 11:55:17 -0600 Subject: more improvements to viewing patchsets --- windowViewRepoPatches.go | 2 -- 1 file changed, 2 deletions(-) (limited to 'windowViewRepoPatches.go') diff --git a/windowViewRepoPatches.go b/windowViewRepoPatches.go index 9b7ed83..a0cdfc5 100644 --- a/windowViewRepoPatches.go +++ b/windowViewRepoPatches.go @@ -124,8 +124,6 @@ func (r *repoPatchWindow) addPatchset(grid *gui.Node, pset *forgepb.Patchset) { repohash[repo] = p.StartHash } - // var repo *gitpb.Repo - for repo, patches := range repomap { log.Info(repo.GetGoPath()) grid.NewLabel(repo.GetGoPath()) -- cgit v1.2.3