diff options
| author | Jeff Carr <[email protected]> | 2025-09-04 18:47:37 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-09-04 18:47:37 -0500 |
| commit | 3a5e6ae51cea67869d9c62caf68a697cb8ed1d6a (patch) | |
| tree | 671dd6f2a6f8ad331f33fcfc34be469a66289123 /doGui.go | |
| parent | 78e883a1066904b89658cd48cba4facb8dd18eac (diff) | |
testing Width
Diffstat (limited to 'doGui.go')
| -rw-r--r-- | doGui.go | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -190,10 +190,6 @@ func drawWindow(win *gadgets.GenericWindow) { // AddNotDonePatches(notdone, pset, false) } - for patch := range notdone.IterAll() { - comment := cleanSubject(patch.Comment) - log.Info("new patch:", patch.NewHash, "commithash:", patch.CommitHash, patch.Namespace, comment) - } patchesWin = makePatchesWin(notdone) }) |
