chore: remove debug slog.Warn
All checks were successful
Pre-commit / pre-commit (pull_request) Successful in 6m17s

This commit is contained in:
2025-06-21 09:47:20 +03:00
parent 85878f69d3
commit 6c6c08566e
2 changed files with 2 additions and 4 deletions

View File

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