summaryrefslogtreecommitdiff
path: root/releaseBox.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-09-12 16:01:33 -0500
committerJeff Carr <[email protected]>2025-09-12 16:01:33 -0500
commitdca25f242550dc8f6832adbd6b6e37406ca82e8d (patch)
treeffa52dc14a0e0a9a53acb3e9d9768397387f63c1 /releaseBox.go
parent756586e95ebbc6abad7411b2c2314ee5862ed14a (diff)
rm debugging code
Diffstat (limited to 'releaseBox.go')
-rw-r--r--releaseBox.go14
1 files changed, 8 insertions, 6 deletions
diff --git a/releaseBox.go b/releaseBox.go
index 6a21d47..9e7ef10 100644
--- a/releaseBox.go
+++ b/releaseBox.go
@@ -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)
+ /*
+ 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)
})