diff options
Diffstat (limited to 'debugger.go')
| -rw-r--r-- | debugger.go | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/debugger.go b/debugger.go index b59917c..b2fa5dc 100644 --- a/debugger.go +++ b/debugger.go @@ -7,19 +7,12 @@ package main */ import ( - "go.wit.com/dev/alexflint/arg" "go.wit.com/lib/debugger" "go.wit.com/lib/gui/logsettings" "go.wit.com/log" ) -var args struct { - OnlyMe bool `arg:"--only-me" help:"only scan repos from ~/.config/submitpatchsets` -} - func init() { - arg.MustParse(&args) - if debugger.ArgDebug() { log.Info("cmd line --debugger == true") go func() { |
