Fix non json log lije

This commit is contained in:
gearnode
2025-03-23 19:15:28 +01:00
parent 6ff1faa707
commit 39487ecc5f

View File

@@ -16,7 +16,6 @@ package web
import (
"io/fs"
"log"
"net/http"
"github.com/getprobo/probo/apps/console"
@@ -32,7 +31,6 @@ func NewServer() (*Server, error) {
return nil, err
}
log.Printf("Using embedded SPA")
return &Server{
spaFS: http.FS(subFS),
}, nil