diff --git a/pkg/html2pdf/converter.go b/pkg/html2pdf/converter.go index 1a75b1dc4..37b40a0ad 100644 --- a/pkg/html2pdf/converter.go +++ b/pkg/html2pdf/converter.go @@ -150,7 +150,6 @@ func (c *Converter) GeneratePDF(ctx context.Context, htmlDocument []byte, cfg Re c.l.InfoCtx( ctx, "running chromedp", - log.String("dataURL", dataURL), log.Float64("width", width), log.Float64("height", height), log.Float64("marginTop", marginTop),