From 21ce66fc15bd97c4e59d519582e4f59a5c286428 Mon Sep 17 00:00:00 2001 From: Chris Sexton <3216719+chrissexton@users.noreply.github.com> Date: Thu, 16 Mar 2023 13:35:17 -0400 Subject: [PATCH] font: remove debug --- plugins/tappd/image.go | 1 - 1 file changed, 1 deletion(-) diff --git a/plugins/tappd/image.go b/plugins/tappd/image.go index cfc204d..893ad0f 100644 --- a/plugins/tappd/image.go +++ b/plugins/tappd/image.go @@ -79,7 +79,6 @@ func (p *Tappd) overlay(img image.Image, texts []textSpec) ([]byte, error) { } fontSize := meme.FindFontSize(p.c, txts, font, w, h, fontSizes) - log.Debug().Msgf("Decided on font size: %d", fontSize) m := gg.NewContext(w, h) m.DrawImage(img, 0, 0)