diff options
Diffstat (limited to 'debug.go')
| -rw-r--r-- | debug.go | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |
