summaryrefslogtreecommitdiff
path: root/debug.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-10-08 06:32:22 -0500
committerJeff Carr <[email protected]>2025-10-08 06:32:22 -0500
commit6c60e24225760ea1ab33173e27c5764693788a9a (patch)
tree5d8c9e616d6090dfaaee189b7243d332c2e9fb26 /debug.go
parent19bbf13be2336d522a57caba1e5da9a80cdb8099 (diff)
fixes on fixes
Diffstat (limited to 'debug.go')
-rw-r--r--debug.go3
1 files changed, 1 insertions, 2 deletions
diff --git a/debug.go b/debug.go
index a06dd76..5b5ddf1 100644
--- a/debug.go
+++ b/debug.go
@@ -12,7 +12,6 @@ import (
"path/filepath"
"time"
- "go.wit.com/dev/davecgh/spew"
"go.wit.com/gui"
"go.wit.com/lib/debugger"
"go.wit.com/lib/gui/shell"
@@ -53,7 +52,7 @@ func dumpDebug() {
}
log.Infof("%s built with Go version: %s\n", exePath, bi.GoVersion)
- spew.Dump(bi)
+ // spew.Dump(bi)
for _, dep := range bi.Deps {
fmt.Printf("Dependency: %s %s\n", dep.Path, dep.Version)
}