repolist already prints a status

This commit is contained in:
Jeff Carr 2024-02-29 09:22:26 -06:00
parent 58bde4c39f
commit a182d6b423
1 changed files with 1 additions and 2 deletions

View File

@ -4,7 +4,6 @@ import (
"embed"
"go.wit.com/lib/debugger"
"go.wit.com/log"
"go.wit.com/gui"
)
@ -60,6 +59,6 @@ func main() {
// intermittently scans the status indefinitly
me.repos.View.Watchdog(func() {
log.Info("watchdog in autotypist main()")
// log.Info("watchdog in autotypist main()")
})
}