From cfeede7012610e6cb7d79b56be4d4551dcd42dc9 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Fri, 23 Feb 2024 14:23:28 -0600 Subject: [PATCH] what to do now? --- main.go | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/main.go b/main.go index eb8a237..9c9a9a8 100644 --- a/main.go +++ b/main.go @@ -61,8 +61,7 @@ func main() { // intermittently scans the status indefinitly me.repos.View.Watchdog(func() { - log.Info("In main()") - // processing is done. update the repo summary box - // me.summary.Update() + log.Info("watchdog in autotypist main()") + log.Info("check for devel changes here") }) }