rm debugging code

This commit is contained in:
Jeff Carr 2025-09-12 16:01:33 -05:00
parent 756586e95e
commit dca25f2425
1 changed files with 8 additions and 6 deletions

View File

@ -62,12 +62,14 @@ func createReleaseBox(box *gui.Node) {
log.Info("doRelease() FAILED", err, fpath)
log.Info("doRelease() FAILED", err, fpath)
}
/*
me.forge.PrintHumanTable(me.found)
me.forge.ScanGoSrc()
me.found = new(gitpb.Repos)
r := me.forge.Repos.FindByFullPath(fpath)
me.found.Append(r)
me.forge.PrintHumanTable(me.found)
*/
skipToNext()
me.forge.PrintHumanTable(me.found)
})