summaryrefslogtreecommitdiff
path: root/debug.go
diff options
context:
space:
mode:
Diffstat (limited to 'debug.go')
-rw-r--r--debug.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/debug.go b/debug.go
index 5b5ddf1..8bc3960 100644
--- a/debug.go
+++ b/debug.go
@@ -13,12 +13,12 @@ import (
"time"
"go.wit.com/gui"
- "go.wit.com/lib/debugger"
"go.wit.com/lib/gui/shell"
"go.wit.com/lib/protobuf/gitpb"
"go.wit.com/log"
)
+/*
func init() {
if debugger.ArgDebug() {
log.Info("cmd line --debugger == true")
@@ -28,6 +28,7 @@ func init() {
}()
}
}
+*/
func dumpDebug() {
// Get absolute path of the currently running binary