mirror of https://github.com/velour/catbase.git
font: remove debug
This commit is contained in:
parent
295d9fef77
commit
21ce66fc15
|
@ -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)
|
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 := gg.NewContext(w, h)
|
||||||
m.DrawImage(img, 0, 0)
|
m.DrawImage(img, 0, 0)
|
||||||
|
|
Loading…
Reference in New Issue