1
0
mirror of https://github.com/velour/catbase.git synced 2025-04-03 19:51:42 +00:00

font: remove debug

This commit is contained in:
Chris Sexton 2023-03-16 13:35:17 -04:00
parent 42aa850faa
commit 133cf7fd4f

@ -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)