summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'main.go')
-rw-r--r--main.go5
1 files changed, 0 insertions, 5 deletions
diff --git a/main.go b/main.go
index 909cbef..cdc2a6d 100644
--- a/main.go
+++ b/main.go
@@ -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)