From e8202060d88dabf476429864e55e092ed22374d9 Mon Sep 17 00:00:00 2001 From: Maxim Slipenko Date: Sun, 22 Jun 2025 17:27:57 +0300 Subject: [PATCH] chore: remove debug slog.Warn --- internal/build/source_downloader.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/internal/build/source_downloader.go b/internal/build/source_downloader.go index f5ac2d6..7b38be4 100644 --- a/internal/build/source_downloader.go +++ b/internal/build/source_downloader.go @@ -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