remove logs

This commit is contained in:
Krzysztof
2025-08-03 11:51:01 +02:00
parent 90dadfbc59
commit 27e89b297a

View File

@@ -3,7 +3,6 @@ package handler
import ( import (
"encoding/json" "encoding/json"
"html/template" "html/template"
"log"
"net/http" "net/http"
"slices" "slices"
"time" "time"
@@ -33,7 +32,6 @@ func init() {
} }
func reloadSponsors() { func reloadSponsors() {
log.Printf("RELOADING SPONSORS")
req, err := http.NewRequest(http.MethodGet, "https://sponsors.uptimemonitor.dev", nil) req, err := http.NewRequest(http.MethodGet, "https://sponsors.uptimemonitor.dev", nil)
if err != nil { if err != nil {
return return