chore: remove debug slog.Warn #117

Merged
Maks1mS merged 1 commits from Maks1mS/ALR:remove-debug-print into master 2025-06-22 14:36:42 +00:00

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