mirror of
https://github.com/tenox7/wrp.git
synced 2025-01-02 16:31:40 +00:00
remove debug print
This commit is contained in:
parent
d7eb89e135
commit
3f445abd14
1
txt.go
1
txt.go
@ -103,7 +103,6 @@ func grabImage(id, url string) {
|
|||||||
log.Printf("error decoding image from url embed: %q: %v", err)
|
log.Printf("error decoding image from url embed: %q: %v", err)
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
log.Printf("%v", string(img))
|
|
||||||
}
|
}
|
||||||
gif, err := smallGif(img)
|
gif, err := smallGif(img)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
|
Loading…
Reference in New Issue
Block a user