chore: remove debug slog.Warn
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user