summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-09-09 03:54:07 -0500
committerJeff Carr <[email protected]>2025-09-09 03:54:07 -0500
commitc0ec2f359a1dc30ffa75c10a882d2ae0f1341bae (patch)
tree8ab6b37fd72ffeddf59940f81ddd7c506c85164c
parentf6bad208189a2f249352c2d1372e178b5ac422de (diff)
rm old code
-rw-r--r--main.go10
1 files changed, 0 insertions, 10 deletions
diff --git a/main.go b/main.go
index c1b8697..df41311 100644
--- a/main.go
+++ b/main.go
@@ -13,7 +13,6 @@ import (
"time"
"go.wit.com/dev/alexflint/arg"
- "go.wit.com/gui"
"go.wit.com/lib/gui/prep"
"go.wit.com/lib/gui/shell"
"go.wit.com/lib/protobuf/forgepb"
@@ -244,15 +243,6 @@ func main() {
okExit("")
}
- // if the user doesn't want to open the GUI and
- // nothing else was specified to be done,
- // then just list the table to stdout
- if gui.NoGui() {
- found := doFind()
- me.forge.PrintHumanTable(found)
- okExit("")
- }
-
// open the gui unless the user performed some other
// basically, if you run just 'forge' it should open the GUI