mirror of
https://github.com/airlabspl/uptimemonitor.git
synced 2025-08-14 12:19:19 +02:00
remove logs
This commit is contained in:
@@ -3,7 +3,6 @@ package handler
|
||||
import (
|
||||
"encoding/json"
|
||||
"html/template"
|
||||
"log"
|
||||
"net/http"
|
||||
"slices"
|
||||
"time"
|
||||
@@ -33,7 +32,6 @@ func init() {
|
||||
}
|
||||
|
||||
func reloadSponsors() {
|
||||
log.Printf("RELOADING SPONSORS")
|
||||
req, err := http.NewRequest(http.MethodGet, "https://sponsors.uptimemonitor.dev", nil)
|
||||
if err != nil {
|
||||
return
|
||||
|
Reference in New Issue
Block a user