diff options
Diffstat (limited to 'main.go')
| -rw-r--r-- | main.go | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -7,7 +7,6 @@ import ( "go.wit.com/dev/alexflint/arg" "go.wit.com/gui" - "go.wit.com/lib/gui/gowit" "go.wit.com/lib/gui/shell" "go.wit.com/lib/protobuf/forgepb" "go.wit.com/log" @@ -83,10 +82,6 @@ func main() { // which should be all the git repositories in ~/go/src & the .config file me.repos = makeRepoView() - if argv.DumpVersions { - gowit.DumpVersions(me.repos.View) - os.Exit(0) - } // the left side of the window options globalDisplayOptions(me.mainBox) |
