rm debugging code
This commit is contained in:
parent
756586e95e
commit
dca25f2425
|
@ -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)
|
||||
})
|
||||
|
|
Loading…
Reference in New Issue