fix: db connection bug and delete debug logs
Some checks failed
build / build (push) Failing after 5m6s
CD - BanForge Release / release (push) Failing after 6m11s

This commit is contained in:
d3m0k1d
2026-01-21 22:43:08 +03:00
parent 211e019c68
commit 7df9925f94
3 changed files with 2 additions and 5 deletions

View File

@@ -55,7 +55,6 @@ var DaemonCmd = &cobra.Command{
ticker := time.NewTicker(5 * time.Second)
defer ticker.Stop()
for range ticker.C {
log.Info("TICK: ProcessUnviewed about to run")
if err := j.ProcessUnviewed(); err != nil {
log.Error("Failed to process unviewed", "error", err)
}