diff options
| author | Jeff Carr <[email protected]> | 2025-10-28 05:09:05 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-10-28 05:09:05 -0500 |
| commit | d0b5b0842064a38a05a8023734bd7105bb2ab90f (patch) | |
| tree | b06a7bd184a37b0a16bf60f8aa52972c71cbff13 /windowReposFix.go | |
| parent | b339658a81d79a4cfb00797d196d3aace08d2513 (diff) | |
cleaner argv options. argv/go-args help working again
Diffstat (limited to 'windowReposFix.go')
| -rw-r--r-- | windowReposFix.go | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/windowReposFix.go b/windowReposFix.go index 771f0cf..88654d2 100644 --- a/windowReposFix.go +++ b/windowReposFix.go @@ -10,7 +10,6 @@ import ( "os" "time" - "go.wit.com/lib/debugger" "go.wit.com/lib/gadgets" "go.wit.com/lib/protobuf/gitpb" "go.wit.com/log" @@ -268,9 +267,11 @@ func makeHackModeWindow(stdwin *stdReposTableWin) { me.forge.Save() }) - grid.NewButton("debugger()", func() { - debugger.DebugWindow() - }) + /* + grid.NewButton("debugger()", func() { + debugger.DebugWindow() + }) + */ } func develBehindMasterProblem() *gitpb.Repos { |
