diff options
| author | Jeff Carr <[email protected]> | 2025-08-22 01:34:51 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-08-22 01:34:51 -0500 |
| commit | 473cf6f9addfe34c1a43b56432f15f921b397007 (patch) | |
| tree | 3f96ba69e89fcf6a7015b81ba50772bcb36bd5c0 /patchset.Send.go | |
| parent | f020b6f828ff4b040a81ae7e0b5dc63184e558ea (diff) | |
maybe fixed protobuf submit process for forge patches
Diffstat (limited to 'patchset.Send.go')
| -rw-r--r-- | patchset.Send.go | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/patchset.Send.go b/patchset.Send.go index d71df40..f65d367 100644 --- a/patchset.Send.go +++ b/patchset.Send.go @@ -5,7 +5,6 @@ package forgepb import ( "errors" - "strings" "time" "go.wit.com/log" @@ -73,14 +72,6 @@ func (f *Forge) submitPatchset(pset *Patchset) error { return err } - test := strings.TrimSpace(string(body)) - lines := strings.Split(test, "\n") - count := 0 - for _, line := range lines { - log.Info("got back:", line) - count += 1 - } - log.Info("TODO: FIX THIS AND SEND PROTOBUF BACK") - log.Info("Total patches:", count) + log.Info("Total patches sent ok:", newpb.Len()) return nil } |
