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)
|
||||||
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)
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in New Issue