diff options
| author | Jeff Carr <[email protected]> | 2025-02-01 11:55:17 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-02-01 11:55:17 -0600 |
| commit | ed686fc4d634caf05595b9c710d5de8e420ac5be (patch) | |
| tree | 34c4783ccd3a8d424f2bf134ed875a9a48cfc658 /windowViewRepoPatches.go | |
| parent | 7c4feea366eb32e284a2b5dd6167dcc7b4df1128 (diff) | |
more improvements to viewing patchsets
Diffstat (limited to 'windowViewRepoPatches.go')
| -rw-r--r-- | windowViewRepoPatches.go | 2 |
1 files changed, 0 insertions, 2 deletions
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()) |
