debugging to improve sumit

This commit is contained in:
Jeff Carr 2025-08-19 22:25:12 -05:00
parent 554adc9f0f
commit 9027d88e50
1 changed files with 1 additions and 0 deletions

View File

@ -60,6 +60,7 @@ func (f *Forge) submitPatchset(pset *Patchset) error {
log.Info("got back:", line)
count += 1
}
log.Info("TODO: FIX THIS AND SEND PROTOBUF BACK")
log.Info("Total patches:", count)
return nil
}