diff options
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) }) |
