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