summaryrefslogtreecommitdiff
path: root/doGui.go
diff options
context:
space:
mode:
Diffstat (limited to 'doGui.go')
-rw-r--r--doGui.go7
1 files changed, 0 insertions, 7 deletions
diff --git a/doGui.go b/doGui.go
index c274138..39bd657 100644
--- a/doGui.go
+++ b/doGui.go
@@ -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)