diff options
| author | Jeff Carr <[email protected]> | 2025-09-08 23:14:15 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-09-08 23:14:15 -0500 |
| commit | ad2c2ff2ec929db49bcf68287707ea4534494dbf (patch) | |
| tree | 4c2e155c115c897ab853844dfa84ffe3c0942e85 /doGui.go | |
| parent | 297355f27eec391451864c65dde39404b59b5a92 (diff) | |
old code nope
Diffstat (limited to 'doGui.go')
| -rw-r--r-- | doGui.go | 7 |
1 files changed, 0 insertions, 7 deletions
@@ -104,13 +104,6 @@ func doGui() { mainWindow := gadgets.NewGenericWindow("Forge: A federated git development tool by WIT.COM", "Current Settings") mainWindow.Custom = func() { log.Warn("MAIN WINDOW CLOSE") - now := time.Now() - count := me.forge.RillReload() - log.Info("Repo Reload count =", count) - if count != 0 { - me.forge.ConfigSave() - } - log.Printf("rill repos.Reload() took (%s)\n", shell.FormatDuration(time.Since(now))) okExit("") } drawWindow(mainWindow) |
