diff options
| author | Jeff Carr <[email protected]> | 2025-10-08 06:32:22 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-10-08 06:32:22 -0500 |
| commit | 6c60e24225760ea1ab33173e27c5764693788a9a (patch) | |
| tree | 5d8c9e616d6090dfaaee189b7243d332c2e9fb26 /debug.go | |
| parent | 19bbf13be2336d522a57caba1e5da9a80cdb8099 (diff) | |
fixes on fixes
Diffstat (limited to 'debug.go')
| -rw-r--r-- | debug.go | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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) } |
