Skip to content

Commit 41b9451

Browse files
committed
Remote extra log
1 parent dde0e91 commit 41b9451

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

config/watcher.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ import (
55
"crypto/sha256"
66
"encoding/json"
77
"fmt"
8-
"log/slog"
98
"time"
109

1110
"github.com/rs/zerolog/log"
@@ -23,7 +22,6 @@ func StartConfigWatcher(ctx context.Context, config *solverConfig.SolverConfig,
2322
configChanged := make(chan struct{}, 1)
2423
configHash, err := calculateConfigHash(config)
2524
if err != nil {
26-
slog.Error("Failed to calculate initial config hash", slog.String("error", err.Error()))
2725
return configChanged, err
2826
}
2927

0 commit comments

Comments
 (0)