mirror of
https://github.com/airlabspl/uptimemonitor.git
synced 2025-08-14 20:29:16 +02:00
remove logs
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user