summaryrefslogtreecommitdiff
path: root/argv.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-10-13 09:52:41 -0500
committerJeff Carr <[email protected]>2025-10-13 09:52:41 -0500
commita12f401f9ccb0355c0e6bed551001a1af3beab75 (patch)
tree160c4b8805b3a3943d509b6710c78ad5007383de /argv.go
parent2e26ce1eaf09d0612827ce3689ba1434ab0a1ce1 (diff)
hmmm
Diffstat (limited to 'argv.go')
-rw-r--r--argv.go3
1 files changed, 1 insertions, 2 deletions
diff --git a/argv.go b/argv.go
index 550d32d..b2f2c75 100644
--- a/argv.go
+++ b/argv.go
@@ -9,7 +9,6 @@ import (
"go.wit.com/lib/debugger"
"go.wit.com/lib/fhelp"
"go.wit.com/lib/gui/prep"
- "go.wit.com/log"
)
/*
@@ -201,7 +200,7 @@ func (args) Appname() string {
func (args) ArgvGui() error {
// arg.Register(&argGui)
// me.myGui = gui.Init()
- log.Info("ArgvGui() started")
+ // log.Info("ArgvGui() started")
me.myGui = fhelp.Gui() // adds the GUI package argv support
return nil
}