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

@ -11,7 +11,7 @@
<g fill="#fff" text-anchor="middle" font-family="DejaVu Sans,Verdana,Geneva,sans-serif" font-size="11">
<text x="33.5" y="15" fill="#010101" fill-opacity=".3">coverage</text>
<text x="33.5" y="14">coverage</text>
<text x="86" y="15" fill="#010101" fill-opacity=".3">20.1%</text>
<text x="86" y="14">20.1%</text>
<text x="86" y="15" fill="#010101" fill-opacity=".3">20.2%</text>
<text x="86" y="14">20.2%</text>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 926 B

After

Width:  |  Height:  |  Size: 926 B

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