summaryrefslogtreecommitdiff
path: root/doGui.go
diff options
context:
space:
mode:
Diffstat (limited to 'doGui.go')
-rw-r--r--doGui.go7
1 files changed, 4 insertions, 3 deletions
diff --git a/doGui.go b/doGui.go
index b2b08cb..d7a31c3 100644
--- a/doGui.go
+++ b/doGui.go
@@ -70,9 +70,10 @@ func debug() {
}
// check for new patches
- if err := me.forge.GetPatches(); err != nil {
- log.Info("Get Patchsets Failed", err)
- }
+ log.Info("should check for packages here")
+ // if err := me.forge.ListPatches(); err != nil {
+ // log.Info("List Patchsets Failed", err)
+ // }
log.Printf("finished a forge scan here in (%s)\n", shell.FormatDuration(time.Since(now)))
time.Sleep(90 * time.Second)