No printear error de OpenSea dos veces

This commit is contained in:
Cat /dev/Nulo 2022-01-28 16:47:51 -03:00
parent e943c10c2b
commit 0c4e1fc904
1 changed files with 0 additions and 1 deletions

View File

@ -182,7 +182,6 @@ func main() {
http.HandleFunc("/copiar", func(w http.ResponseWriter, r *http.Request) {
asset, err := getRandomOpenSeaAsset()
if err != nil {
log.Println("Error hablandole a OpenSea:", err)
internalError(w, "Error hablandole a OpenSea.")
return
}