From 0abb2f78612fb9a3a0d91be8cc292398d4699c0d Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Tue, 3 Dec 2024 00:32:55 -0600 Subject: minor --- main.go | 5 ----- 1 file changed, 5 deletions(-) (limited to 'main.go') 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) -- cgit v1.2.3