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)
log.Info("doRelease() FAILED", err, fpath) log.Info("doRelease() FAILED", err, fpath)
} }
me.forge.PrintHumanTable(me.found) /*
me.forge.ScanGoSrc() me.forge.PrintHumanTable(me.found)
me.found = new(gitpb.Repos) me.forge.ScanGoSrc()
r := me.forge.Repos.FindByFullPath(fpath) me.found = new(gitpb.Repos)
me.found.Append(r) r := me.forge.Repos.FindByFullPath(fpath)
me.forge.PrintHumanTable(me.found) me.found.Append(r)
me.forge.PrintHumanTable(me.found)
*/
skipToNext() skipToNext()
me.forge.PrintHumanTable(me.found) me.forge.PrintHumanTable(me.found)
}) })