remove debug print

This commit is contained in:
Antoni Sawicki 2024-07-02 00:58:26 -07:00
parent d7eb89e135
commit 3f445abd14

1
txt.go
View File

@ -103,7 +103,6 @@ func grabImage(id, url string) {
log.Printf("error decoding image from url embed: %q: %v", err)
return
}
log.Printf("%v", string(img))
}
gif, err := smallGif(img)
if err != nil {