summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-12-03 00:32:55 -0600
committerJeff Carr <[email protected]>2024-12-03 00:32:55 -0600
commit0abb2f78612fb9a3a0d91be8cc292398d4699c0d (patch)
tree06d8d7ade5fd0a8c526879585e5946611efbd98d /main.go
parentc8fdd11ab62ea8f49ea860407c32c4db17633bc7 (diff)
minor
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)