summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-02-17 14:14:00 -0600
committerJeff Carr <[email protected]>2025-02-17 14:14:00 -0600
commit38a0f70c7861239386c1794073afb9b5ef111742 (patch)
treedfd29bdc979f6bb5d527c54ea24bc60458e589a1 /main.go
parenteb57f644f744c7ff437259c13f2e87c63cb875ca (diff)
trim old codev0.23.52
Diffstat (limited to 'main.go')
-rw-r--r--main.go17
1 files changed, 0 insertions, 17 deletions
diff --git a/main.go b/main.go
index 4510363..c4f011d 100644
--- a/main.go
+++ b/main.go
@@ -90,10 +90,6 @@ func main() {
log.Info("Creating the Release Window")
- // initialize the repo list window
- // which should be all the git repositories in ~/go/src & the .config file
- // me.repos = makeRepoView()
-
// the left side of the window options
globalDisplayOptions(me.mainBox)
@@ -104,10 +100,6 @@ func main() {
me.release.box.Disable()
me.Disable()
- // scan in the State of all the repos
- // TODO: should not really be necessary directly after init()
- // me.repos.View.ScanRepositoriesOld()
-
// todo: add this to forgepb
me.startRepo = me.forge.FindWorkingDirRepo()
@@ -134,15 +126,6 @@ func main() {
me.Enable()
me.release.box.Enable()
- /*
- // intermittently scans the status indefinitly
- me.repos.View.Watchdog(func() {
- log.Info("In main()")
- log.Sleep(10)
- // processing is done. update the repo summary box
- // me.summary.Update()
- })
- */
// start the http server for polling status
startHTTP()
}