diff options
Diffstat (limited to 'main.go')
| -rw-r--r-- | main.go | 17 |
1 files changed, 0 insertions, 17 deletions
@@ -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() } |
