This commit is contained in:
bel
2022-01-17 22:04:57 -07:00
parent ced1afff88
commit ecf22c3a3d
2 changed files with 4 additions and 5 deletions

View File

@@ -9,7 +9,6 @@ import (
"local/truckstop/config"
"local/truckstop/logtr"
"local/truckstop/message"
"log"
"net/http"
"net/url"
"regexp"
@@ -333,7 +332,6 @@ func updateDeadJobs(jobs []broker.Job) error {
if err != nil {
return err
}
log.Printf("db.List() => %+v", list)
for _, listEntry := range list {
wouldBe := strings.TrimPrefix(listEntry, "sent_job_")
found := false