diff options
Diffstat (limited to 'windowPatches.go')
| -rw-r--r-- | windowPatches.go | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/windowPatches.go b/windowPatches.go index d9bfd9e..b137454 100644 --- a/windowPatches.go +++ b/windowPatches.go @@ -71,11 +71,7 @@ func submitPatchesBox(box *gui.Node) *patchSummary { } } s.submitB = s.grid.NewButton("Submit", func() { - if err := sendDevelDiff(s.reason.String()); err != nil { - log.Info("sending patches failed", err) - } else { - log.Info("sent patch set ok") - } + doSubmit(s.reason.String()) }) s.grid.NewButton("List Patchsets", func() { |
