summaryrefslogtreecommitdiff
path: root/debug.go
diff options
context:
space:
mode:
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)
}