diff options
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 { |
