chore: remove debug slog.Warn
All checks were successful
Pre-commit / pre-commit (pull_request) Successful in 6m0s
Update alr-git / changelog (push) Successful in 26s
Create Release / changelog (push) Successful in 2m54s

This commit is contained in:
2025-06-22 17:27:57 +03:00
parent c4a92c67d4
commit e8202060d8

View File

@ -20,7 +20,6 @@ import (
"context" "context"
"encoding/hex" "encoding/hex"
"fmt" "fmt"
"log/slog"
"os" "os"
"strings" "strings"
@ -77,7 +76,6 @@ func (s *SourceDownloader) DownloadSources(
opts.DlCache = dlcache.New(s.cfg) opts.DlCache = dlcache.New(s.cfg)
slog.Warn("opts", "opts", opts)
err := dl.Download(ctx, opts) err := dl.Download(ctx, opts)
if err != nil { if err != nil {
return err return err